Dotclear


Ignore:
Timestamp:
06/19/14 16:56:47 (11 years ago)
Author:
Dsls
Branch:
default
Message:

One step further towards php hardcoded links annihilation in admin sources, more to come...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/users.php

    r2566 r2720  
    123123 
    124124     echo 
    125      '<p class="top-add"><strong><a class="button add" href="user.php">'.__('New user').'</a></strong></p>'. 
    126      '<form action="users.php" method="get" id="filters-form">'. 
     125     '<p class="top-add"><strong><a class="button add" href="'.$core->adminurl->get("admin.user").'">'.__('New user').'</a></strong></p>'. 
     126     '<form action="'.$core->adminurl->get("admin.users").'" method="get" id="filters-form">'. 
    127127     '<h3 class="out-of-screen-if-js">'.$form_filter_title.'</h3>'. 
    128128 
     
    151151     # Show users 
    152152     $user_list->display($page,$nb_per_page, 
    153      '<form action="users_actions.php" method="post" id="form-users">'. 
     153     '<form action="'.$core->adminurl->get("admin.user.actions").'" method="post" id="form-users">'. 
    154154 
    155155     '%s'. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map