tbrehm
2007-03-17 cf71a4677eff547c9cedeb1871fc109ae181b0c2
interface/web/designer/templates/module_edit.htm
@@ -1,4 +1,3 @@
<form method="POST" action="module_edit.php">
<div class="frmTextHead"><tmpl_var name="header_txt"></div><br />
<table width="500" border="0" cellspacing="0" cellpadding="2">
  <tr>
@@ -30,8 +29,8 @@
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td><input name="Speichern" type="submit" class="button" value="{tmpl_var name='save_txt'}">
      <input name="Abbrechen" type="button" class="button" value="{tmpl_var name='cancel_txt'}" onClick="self.location.href='module_list.php';">
    <td><input name="Speichern" type="button" class="button" value="{tmpl_var name='save_txt'}" onClick="submitForm('pageForm','designer/module_edit.php');"><div class="buttonEnding"></div>
      <input name="Abbrechen" type="button" class="button" value="{tmpl_var name='cancel_txt'}" onClick="loadContent('designer/module_list.php');"><div class="buttonEnding"></div>
    </td>
  </tr>
  <tr>
@@ -42,4 +41,3 @@
  </tr>
</table>
<input type="hidden" name="id" value="{tmpl_var name='id'}">
</form>