Dotclear


Ignore:
Timestamp:
08/22/13 22:55:04 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Admin stays sexy without javascript.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/tags/tag_posts.php

    r1480 r1526  
    123123} 
    124124 
    125 echo '<p><a href="'.$p_url.'&amp;m=tags">'.__('Back to tags list').'</a></p>'; 
     125echo '<p><a class="back" href="'.$p_url.'&amp;m=tags">'.__('Back to tags list').'</a></p>'; 
    126126 
    127127if (!$core->error->flag()) 
     
    132132          '<div class="fieldset">'. 
    133133          '<form action="'.$this_url.'" method="post">'. 
    134           '<h3>'.__('Actions for this tag').'</h3>'. 
     134          '<h3>'.__('Actions').'</h3>'. 
    135135          '<p><label for="new_tag_id">'.__('Edit tag name:').'</label>'. 
    136136          form::field('new_tag_id',20,255,html::escapeHTML($tag)). 
     
    142142               echo 
    143143               '<form id="tag_delete" action="'.$this_url.'" method="post">'. 
    144                '<p class="no-margin">'.__('Delete this tag:'). 
    145                '</p><p><input type="submit" class="delete" name="delete" value="'.__('Delete').'" />'. 
     144               '<p>'.__('Delete this tag:').' '. 
     145               '<input type="submit" class="delete" name="delete" value="'.__('Delete').'" />'. 
    146146               $core->formNonce(). 
    147147               '</p></form>'; 
     
    151151      
    152152     # Show posts 
    153      echo '<h3>'.__('List of entries with this tag').'</h3>'; 
     153     echo '<h3>'.sprintf(__('List of entries with the tag “%s”'),html::escapeHTML($tag)).'</h3>'; 
    154154     $post_list->display($page,$nb_per_page, 
    155155     '<form action="posts_actions.php" method="post" id="form-entries">'. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map