Skip to content
Snippets Groups Projects
Commit a4387d58 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

no need for colon in a table

parent a8be50f7
Branches
Tags
No related merge requests found
...@@ -307,8 +307,8 @@ msgid "missing parameter '%1'" ...@@ -307,8 +307,8 @@ msgid "missing parameter '%1'"
msgstr "paramètre manquant '%1'" msgstr "paramètre manquant '%1'"
#: templates/web/edugain/create_accounts.tt2.html:27 templates/web/renater/create_accounts.tt2.html:29 #: templates/web/edugain/create_accounts.tt2.html:27 templates/web/renater/create_accounts.tt2.html:29
msgid "password:" msgid "password"
msgstr "mot de passe:" msgstr "mot de passe"
#: templates/web/edugain/create_accounts.tt2.html:38 templates/web/renater/create_accounts.tt2.html:40 #: templates/web/edugain/create_accounts.tt2.html:38 templates/web/renater/create_accounts.tt2.html:40
msgid "show details" msgid "show details"
...@@ -332,8 +332,8 @@ msgid "unknown action" ...@@ -332,8 +332,8 @@ msgid "unknown action"
msgstr "action inconnue" msgstr "action inconnue"
#: templates/web/edugain/create_accounts.tt2.html:23 templates/web/renater/create_accounts.tt2.html:25 #: templates/web/edugain/create_accounts.tt2.html:23 templates/web/renater/create_accounts.tt2.html:25
msgid "user name:" msgid "user name"
msgstr "nom d'utilisateur:" msgstr "nom d'utilisateur"
#: templates/web/edugain/create_accounts.tt2.html:68 templates/web/renater/create_accounts.tt2.html:70 #: templates/web/edugain/create_accounts.tt2.html:68 templates/web/renater/create_accounts.tt2.html:70
msgid "value dynamically generated for each SP" msgid "value dynamically generated for each SP"
......
...@@ -26,11 +26,11 @@ ...@@ -26,11 +26,11 @@
<table> <table>
<tr> <tr>
<td><strong>[% lh.maketext("user name:") %]</strong></td> <td><strong>[% lh.maketext("user name") %]</strong></td>
<td>user[% account.id() %]</td> <td>user[% account.id() %]</td>
</tr> </tr>
<tr> <tr>
<td><strong>[% lh.maketext("password:") %]</strong></td> <td><strong>[% lh.maketext("password") %]</strong></td>
<td>[% account.password() %]</td> <td>[% account.password() %]</td>
</tr> </tr>
</table> </table>
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
</tr> </tr>
[% END %] [% END %]
<tr> <tr>
<th>eduPersonTargetedID:</th><td><i>[% lh.maketext("value dynamically generated for each SP") %]</i></td> <th>eduPersonTargetedID</th><td><i>[% lh.maketext("value dynamically generated for each SP") %]</i></td>
</tr> </tr>
</table> </table>
......
...@@ -28,11 +28,11 @@ ...@@ -28,11 +28,11 @@
<table> <table>
<tr> <tr>
<td><strong>[% lh.maketext("user name:") %]</strong></td> <td><strong>[% lh.maketext("user name") %]</strong></td>
<td>user[% account.id() %]</td> <td>user[% account.id() %]</td>
</tr> </tr>
<tr> <tr>
<td><strong>[% lh.maketext("password:") %]</strong></td> <td><strong>[% lh.maketext("password") %]</strong></td>
<td>[% account.password() %]</td> <td>[% account.password() %]</td>
</tr> </tr>
</table> </table>
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
</tr> </tr>
[% END %] [% END %]
<tr> <tr>
<th>eduPersonTargetedID:</th><td><i>[% lh.maketext("value dynamically generated for each SP") %]</i></td> <th>eduPersonTargetedID</th><td><i>[% lh.maketext("value dynamically generated for each SP") %]</i></td>
</tr> </tr>
</table> </table>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment