Dotclear

Changeset 2079:f60e0883da0d


Ignore:
Timestamp:
09/25/13 06:10:10 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Tags: remise en forme des actions

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • locales/fr/plugins.po

    r2077 r2079  
    17111711msgstr "Renommer" 
    17121712 
    1713 msgid "Delete this tag:" 
    1714 msgstr "Supprimer ce mot-clé :" 
     1713msgid "Delete this tag" 
     1714msgstr "Supprimer ce mot-clé" 
    17151715 
    17161716#, php-format 
  • plugins/tags/style.css

    r1820 r2079  
    109109     width: 3.5em; 
    110110} 
     111.tag-actions form { 
     112     display: inline-block; 
     113     margin-right: 1.5em; 
     114} 
  • plugins/tags/tag_posts.php

    r2072 r2079  
    107107     { 
    108108          echo 
    109           '<div class="fieldset">'. 
     109          '<div class="tag-actions vertical-separator">'. 
     110          '<h3>'.html::escapeHTML($tag).'</h3>'. 
    110111          '<form action="'.$this_url.'" method="post">'. 
    111           '<h3>'.__('Actions').'</h3>'. 
    112           '<p><label for="new_tag_id">'.__('Edit tag name:').'</label>'. 
     112          '<p><label for="new_tag_id" class="classic">'.__('Rename').'</label> '. 
    113113          form::field('new_tag_id',20,255,html::escapeHTML($tag)). 
    114           '<input type="submit" value="'.__('Rename').'" />'. 
     114          '<input type="submit" value="'.__('OK').'" />'. 
    115115          $core->formNonce(). 
    116116          '</p></form>'; 
     
    119119               echo 
    120120               '<form id="tag_delete" action="'.$this_url.'" method="post">'. 
    121                '<p>'.__('Delete this tag:').' '. 
    122                '<input type="submit" class="delete" name="delete" value="'.__('Delete').'" />'. 
     121               '<p><input type="submit" class="delete" name="delete" value="'.__('Delete this tag').'" />'. 
    123122               $core->formNonce(). 
    124123               '</p></form>'; 
     
    128127      
    129128     # Show posts 
    130      echo '<h3>'.sprintf(__('List of entries with the tag “%s”'),html::escapeHTML($tag)).'</h3>'; 
     129     echo '<h4 class="vertical-separator pretty-title">'.sprintf(__('List of entries with the tag “%s”'),html::escapeHTML($tag)).'</h4>'; 
    131130     $post_list->display($page,$nb_per_page, 
    132131     '<form action="plugin.php" method="post" id="form-entries">'. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map