Change string casing
[squirrelmail.git] / templates / default / addrbook_addedit.tpl
index 8164aa75d26e581751420002970b7eb63b4fdbb5..51e1e06d18bcdc59d19c15cdd957dbea058fbb44 100644 (file)
@@ -39,7 +39,7 @@ $formname = $edit ? 'editaddr' : 'addaddr';
 <table cellspacing="0">
  <tr>
   <td class="header" colspan="2">
-   <?php echo $edit ? _("Update address") : _("Add to address book"); ?>
+   <?php echo $edit ? _("Update Address") : _("Add to Address Book"); ?>
   </td>
  </tr>
  <tr>
@@ -113,14 +113,15 @@ $formname = $edit ? 'editaddr' : 'addaddr';
  </tr>
             <?php
         } else {
-            echo '<input type="hidden" name="backend" value="1">'."\n";
+            echo '<input type="hidden" name="backend" value="1" />'."\n";
         }
     }
  ?>
  <tr>
   <td colspan="2" class="addButton">
-   <input type="submit" value=<?php echo '"'.($edit ? _("Update address") : _("Add address")).'"'; ?> name="<?php echo $formname; ?>[SUBMIT]" />
+   <input type="hidden" name="new_bnum" value="<?php echo $current_backend; ?>" />
+   <input type="submit" value=<?php echo '"'.($edit ? _("Update Address") : _("Add Address")).'"'; ?> name="<?php echo $formname; ?>[SUBMIT]" />
   </td>
  </tr>
 </table>
-</div>
\ No newline at end of file
+</div>