Dotclear

Changeset 95:9196bb67d5d0 for plugins


Ignore:
Timestamp:
05/02/11 10:31:44 (14 years ago)
Author:
kozlika
Branch:
userprefs
Message:

Correction formulaires Tags

Location:
plugins/tags
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/tags/_admin.php

    r3 r95  
    229229               '<h2>'.__('Add tags to entries').'</h2>'. 
    230230               '<form action="posts_actions.php" method="post">'. 
    231                '<div><label class="area">'.__('Tags to add:').'</label> '. 
     231               '<div><label for="new_tags" class="area">'.__('Tags to add:').'</label> '. 
    232232               form::textarea('new_tags',60,3). 
    233233               '</div>'. 
     
    310310          echo 
    311311          '<fieldset><legend>'.__('Tags').'</legend>'. 
    312           '<p><label>'.__('Tags list format:').' '. 
     312          '<p><label for="user_tag_list_format">'.__('Tags list format:').' '. 
    313313          form::combo('user_tag_list_format',$combo,$value). 
    314314          '</label></p></fieldset>'; 
  • plugins/tags/tag_posts.php

    r3 r95  
    125125          echo 
    126126          '<form action="'.$this_url.'" method="post">'. 
    127           '<p><label class="classic">'.__('Rename this tag:').' '. 
     127          '<p><label for="new_tag_id" class="classic">'.__('Rename this tag:').' '. 
    128128          form::field('new_tag_id',20,255,html::escapeHTML($tag)). 
    129129          '</label> <input type="submit" value="'.__('save').'" />'. 
     
    141141     '<p class="col checkboxes-helpers"></p>'. 
    142142      
    143      '<p class="col right">'.__('Selected entries action:').' '. 
     143     '<p class="col right"><label for="action" class="classic">'.__('Selected entries action:').'</action> '. 
    144144     form::combo('action',$combo_action). 
    145145     '<input type="submit" value="'.__('ok').'" /></p>'. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map