Dotclear


Ignore:
Timestamp:
10/30/16 15:10:39 (9 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

adminurl in da place, closes #1645

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/popup_posts.php

    r2971 r3375  
    5050echo '<h2 class="page-title">'.__('Add a link to an entry').'</h2>'; 
    5151 
    52 echo '<form action="popup_posts.php" method="get">'. 
     52echo '<form action="'.$core->adminurl->get('admin.popup_posts').'" method="get">'. 
    5353     '<p><label for="type" class="classic">'.__('Entry type:').'</label> '.form::combo('type',$type_combo,$type).''. 
    5454     '<noscript><div><input type="submit" value="'.__('Ok').'" /></div></noscript>'. 
     
    5656     '</form>'; 
    5757 
    58 echo '<form action="popup_posts.php" method="get">'. 
     58echo '<form action="'.$core->adminurl->get('admin.popup_posts').'" method="get">'. 
    5959     '<p><label for="q" class="classic">'.__('Search entry:').'</label> '.form::field('q',30,255,html::escapeHTML($q)). 
    6060     ' <input type="submit" value="'.__('Search').'" />'. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map