Changeset 1526:b17db2367958 for plugins/aboutConfig/index.php
- Timestamp:
- 08/22/13 22:55:04 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/aboutConfig/index.php
r1474 r1526 189 189 </div> 190 190 191 <div id="global" class="multi-part" title="<?php echo __(' global settings'); ?>">191 <div id="global" class="multi-part" title="<?php echo __('Global settings'); ?>"> 192 192 193 193 <?php … … 210 210 '<form action="plugin.php" method="post">'. 211 211 '<p class="anchor-nav">'. 212 '<label for="gs_nav" class="classic">'.__('Goto:').'</label> '.form::combo('gs_nav',$ns_combo). 213 ' 212 '<label for="gs_nav" class="classic">'.__('Goto:').'</label> '.form::combo('gs_nav',$ns_combo).' '. 213 '<input type="submit" value="'.__('Ok').'" id="gs_submit" />'. 214 214 '<input type="hidden" name="p" value="aboutConfig" />'. 215 215 $core->formNonce().'</p></form>';
Note: See TracChangeset
for help on using the changeset viewer.