Tabs in templates eliminiert.
authorSven Schöling <s.schoeling@linet-services.de>
Mon, 8 Mar 2010 09:29:18 +0000 (10:29 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Mon, 8 Mar 2010 09:29:18 +0000 (10:29 +0100)
templates/webpages/ct/form_header_de.html
templates/webpages/ct/form_header_en.html
templates/webpages/ct/form_header_master.html

index 42b36e5..8d885dc 100644 (file)
 
      [%- IF conf_vertreter %]
       <tr>
-            <th align="right">Benutzername</th>
-            <td><input name="username" maxlength="50" value="[% HTML.escape(username) %]"></td>
-            <th align="right">Passwort</th>
-            <td><input name="user_password" value="[% HTML.escape(user_password) %]"></td>
+       <th align="right">Benutzername</th>
+       <td><input name="username" maxlength="50" value="[% HTML.escape(username) %]"></td>
+       <th align="right">Passwort</th>
+       <td><input name="user_password" value="[% HTML.escape(user_password) %]"></td>
       </tr>
      [%- END %]
 
index 0d33b7c..3c08ffb 100644 (file)
 
      [%- IF conf_vertreter %]
       <tr>
-            <th align="right">Username</th>
-            <td><input name="username" maxlength="50" value="[% HTML.escape(username) %]"></td>
-            <th align="right">Password</th>
-            <td><input name="user_password" value="[% HTML.escape(user_password) %]"></td>
+       <th align="right">Username</th>
+       <td><input name="username" maxlength="50" value="[% HTML.escape(username) %]"></td>
+       <th align="right">Password</th>
+       <td><input name="user_password" value="[% HTML.escape(user_password) %]"></td>
       </tr>
      [%- END %]
 
index 1908225..ec9a62a 100644 (file)
 
      [%- IF conf_vertreter %]
       <tr>
-            <th align="right"><translate>Username</translate></th>
-            <td><input name="username" maxlength="50" value="[% HTML.escape(username) %]"></td>
-            <th align="right"><translate>Password</translate></th>
-            <td><input name="user_password" value="[% HTML.escape(user_password) %]"></td>
+       <th align="right"><translate>Username</translate></th>
+       <td><input name="username" maxlength="50" value="[% HTML.escape(username) %]"></td>
+       <th align="right"><translate>Password</translate></th>
+       <td><input name="user_password" value="[% HTML.escape(user_password) %]"></td>
       </tr>
      [%- END %]