epic-ts
[kivitendo-erp.git] / templates / webpages / am / edit_price_factor.html
index 105f8b3..0e484df 100644 (file)
@@ -1,9 +1,9 @@
 [%- USE T8 %]
-[% USE HTML %]<body>
+[%- USE HTML %]
+<h1>[% title %]</h1>
 
- [% IF MESSAGE %]<p>[% MESSAGE %]</p>[% END %]
 
- <div class="listtop">[% title %]</div>
+ [% IF MESSAGE %]<p>[% MESSAGE %]</p>[% END %]
 
  <form method="post" action="am.pl">
 
    <table border="0">
     <tr>
      <td align="right">[% 'Description' | $T8 %]</td>
-     <td><input name="description" value="[% HTML.escape(description) %]"></td>
+     <td><input id="description" name="description" value="[% HTML.escape(description) %]" class="initial_focus"></td>
     </tr>
 
     <tr>
      <td align="right">[% 'Factor' | $T8 %]</td>
+[% IF !id || orphaned %]
      <td><input name="factor" value="[% HTML.escape(factor) %]"></td>
+[% ELSE %]
+     <td><input type="hidden" name="factor" value="[% HTML.escape(factor) %]">
+         [% HTML.escape(factor) %] [% ' (in use so no change allowed)' | $T8 %]</td>
+[% END %]
     </tr>
    </table>
   </p>
@@ -31,6 +36,3 @@
    [% IF id %][% IF orphaned %]<input type="submit" name="action" value="[% 'Delete' | $T8 %]">[% END %][% END %]
   </p>
  </form>
-
-</body>
-</html>