Kosmetik
authorMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 17 Apr 2007 12:59:56 +0000 (12:59 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 17 Apr 2007 12:59:56 +0000 (12:59 +0000)
bin/mozilla/gl.pl

index dc9238a..464fb01 100644 (file)
@@ -1334,7 +1334,7 @@ sub form_header {
     <td>
       <table width=100%>
        <tr>
-         <th align=left>| . $locale->text('Reference') . qq|</th>
+         <th align=right>| . $locale->text('Reference') . qq|</th>
          <td><input name=reference size=20 value="$form->{reference}" $readonly></td>
          <td align=left>
            <table>
@@ -1365,7 +1365,7 @@ sub form_header {
   if ($form->{id}) {
     print qq|
        <tr>
-         <th align=left width=1%>| . $locale->text('Description') . qq|</th>
+         <th align=right width=1%>| . $locale->text('Description') . qq|</th>
          <td width=1%>$description</td>
           <td>
            <table>
@@ -1379,7 +1379,7 @@ sub form_header {
            <table width=100%>
              <tr>
                <th align=right width=50%>| . $locale->text('Mitarbeiter') . qq|</th>
-               <td align=left><input name=employee size=11  value=$form->{employee} $readonly></td>
+               <td align=left><input name=employee size=20  value="| . H($form->{employee}) . qq|" readonly></td>
              </tr>
            </table>
          </td>