Changeset 220:57f9d4ff6452 for plugins/userPref
- Timestamp:
- 05/08/11 11:28:33 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/userPref/index.php
r3 r220 132 132 ?> 133 133 </table> 134 <p><input type="submit" value="<?php echo __(' save'); ?>" />134 <p><input type="submit" value="<?php echo __('Save'); ?>" /> 135 135 <input type="hidden" name="p" value="userPref" /> 136 136 <?php echo $core->formNonce(); ?></p> … … 170 170 ?> 171 171 </table> 172 <p><input type="submit" value="<?php echo __(' save'); ?>" />172 <p><input type="submit" value="<?php echo __('Save'); ?>" /> 173 173 <input type="hidden" name="p" value="userPref" /> 174 174 <?php echo $core->formNonce(); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.