Changeset 2815:58afbf9370e1 for plugins/userPref/index.php
- Timestamp:
- 11/25/14 14:31:02 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/userPref/index.php
r2685 r2815 101 101 $('#part-local,#part-global').tabload(function() { 102 102 $('.multi-part.active select.navigation option:first').attr('selected',true); 103 }); 103 }); 104 104 $("#gp_nav").change(function() { 105 105 window.location = $("#gp_nav option:selected").val(); … … 154 154 } 155 155 echo 156 '<form action=" plugin.php" method="post">'.156 '<form action="'.$p_url.'" method="post">'. 157 157 '<p class="anchor-nav">'. 158 158 '<label for="lp_nav" class="classic">'.__('Goto:').'</label> '.form::combo('lp_nav',$ws_combo,'','navigation'). … … 163 163 ?> 164 164 165 <form action=" plugin.php" method="post">165 <form action="<?php echo $p_url; ?>" method="post"> 166 166 167 167 <?php … … 204 204 } 205 205 echo 206 '<form action=" plugin.php" method="post">'.206 '<form action="'.$p_url.'" method="post">'. 207 207 '<p class="anchor-nav">'. 208 208 '<label for="gp_nav" class="classic">'.__('Goto:').'</label> '.form::combo('gp_nav',$ws_combo,'','navigation'). … … 213 213 ?> 214 214 215 <form action=" plugin.php" method="post">215 <form action="<?php echo $p_url; ?>" method="post"> 216 216 217 217 <?php
Note: See TracChangeset
for help on using the changeset viewer.