Changeset 220:57f9d4ff6452 for plugins
- Timestamp:
- 05/08/11 11:28:33 (14 years ago)
- Branch:
- default
- Location:
- plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/aboutConfig/index.php
r74 r220 136 136 ?> 137 137 </table> 138 <p><input type="submit" value="<?php echo __(' save'); ?>" />138 <p><input type="submit" value="<?php echo __('Save'); ?>" /> 139 139 <input type="hidden" name="p" value="aboutConfig" /> 140 140 <?php echo $core->formNonce(); ?></p> … … 174 174 ?> 175 175 </table> 176 <p><input type="submit" value="<?php echo __(' save'); ?>" />176 <p><input type="submit" value="<?php echo __('Save'); ?>" /> 177 177 <input type="hidden" name="p" value="aboutConfig" /> 178 178 <?php echo $core->formNonce(); ?></p> -
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.