Changeset 2168:ac4827f94a9f for plugins
- Timestamp:
- 09/30/13 14:13:04 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/userPref/index.php
r2166 r2168 160 160 '<label for="lp_nav" class="classic">'.__('Goto:').'</label> '.form::combo('lp_nav',$ws_combo). 161 161 ' <input type="submit" value="'.__('Ok').'" id="lp_submit" />'. 162 '<input type="hidden" name="p" value=" aboutConfig" />'.162 '<input type="hidden" name="p" value="userPref" />'. 163 163 $core->formNonce().'</p></form>'; 164 164 } … … 210 210 '<label for="gp_nav" class="classic">'.__('Goto:').'</label> '.form::combo('gp_nav',$ws_combo). 211 211 ' <input type="submit" value="'.__('Ok').'" id="gp_submit" />'. 212 '<input type="hidden" name="p" value=" aboutConfig" />'.212 '<input type="hidden" name="p" value="userPref" />'. 213 213 $core->formNonce().'</p></form>'; 214 214 }
Note: See TracChangeset
for help on using the changeset viewer.