Changeset 2824:c7051e56fd3c for plugins/userPref/index.php
- Timestamp:
- 11/28/14 16:08:29 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/userPref/index.php
r2815 r2824 154 154 } 155 155 echo 156 '<form action="'.$ p_url.'" method="post">'.156 '<form action="'.$core->adminurl->get('admin.plugin').'" 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="<?php echo $ p_url; ?>" method="post">165 <form action="<?php echo $core->adminurl->get('admin.plugin'); ?>" method="post"> 166 166 167 167 <?php … … 204 204 } 205 205 echo 206 '<form action="'.$ p_url.'" method="post">'.206 '<form action="'.$core->adminurl->get('admin.plugin').'" 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="<?php echo $ p_url; ?>" method="post">215 <form action="<?php echo $core->adminurl->get('admin.plugin'); ?>" method="post"> 216 216 217 217 <?php
Note: See TracChangeset
for help on using the changeset viewer.