Changeset 3375:f3f69bda3bd0 for admin/popup_posts.php
- Timestamp:
- 10/30/16 15:10:39 (9 years ago)
- Branch:
- default
- File:
- 
          - 1 edited
 
 - 
          admin/popup_posts.php (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
        admin/popup_posts.phpr2971 r3375 50 50 echo '<h2 class="page-title">'.__('Add a link to an entry').'</h2>'; 51 51 52 echo '<form action=" popup_posts.php" method="get">'.52 echo '<form action="'.$core->adminurl->get('admin.popup_posts').'" method="get">'. 53 53 '<p><label for="type" class="classic">'.__('Entry type:').'</label> '.form::combo('type',$type_combo,$type).''. 54 54 '<noscript><div><input type="submit" value="'.__('Ok').'" /></div></noscript>'. … … 56 56 '</form>'; 57 57 58 echo '<form action=" popup_posts.php" method="get">'.58 echo '<form action="'.$core->adminurl->get('admin.popup_posts').'" method="get">'. 59 59 '<p><label for="q" class="classic">'.__('Search entry:').'</label> '.form::field('q',30,255,html::escapeHTML($q)). 60 60 ' <input type="submit" value="'.__('Search').'" />'. 
Note: See TracChangeset
          for help on using the changeset viewer.
      