Changeset 2685:7658ee65dfe9
- Timestamp:
- 03/23/14 18:29:26 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/userPref/index.php
r2566 r2685 98 98 //<![CDATA[ 99 99 $(function() { 100 $("#gp_submit").hide(); 101 $("#lp_submit").hide(); 100 $("#gp_submit,#lp_submit").hide(); 101 $('#part-local,#part-global').tabload(function() { 102 $('.multi-part.active select.navigation option:first').attr('selected',true); 103 }); 102 104 $("#gp_nav").change(function() { 103 105 window.location = $("#gp_nav option:selected").val(); 104 }) 106 }); 105 107 $("#lp_nav").change(function() { 106 108 window.location = $("#lp_nav option:selected").val(); 107 }) 109 }); 108 110 }); 109 111 //]]> … … 154 156 '<form action="plugin.php" method="post">'. 155 157 '<p class="anchor-nav">'. 156 '<label for="lp_nav" class="classic">'.__('Goto:').'</label> '.form::combo('lp_nav',$ws_combo ).158 '<label for="lp_nav" class="classic">'.__('Goto:').'</label> '.form::combo('lp_nav',$ws_combo,'','navigation'). 157 159 ' <input type="submit" value="'.__('Ok').'" id="lp_submit" />'. 158 160 '<input type="hidden" name="p" value="userPref" />'. … … 204 206 '<form action="plugin.php" method="post">'. 205 207 '<p class="anchor-nav">'. 206 '<label for="gp_nav" class="classic">'.__('Goto:').'</label> '.form::combo('gp_nav',$ws_combo ).208 '<label for="gp_nav" class="classic">'.__('Goto:').'</label> '.form::combo('gp_nav',$ws_combo,'','navigation'). 207 209 ' <input type="submit" value="'.__('Ok').'" id="gp_submit" />'. 208 210 '<input type="hidden" name="p" value="userPref" />'.
Note: See TracChangeset
for help on using the changeset viewer.