Dotclear


Ignore:
Timestamp:
08/08/13 21:29:17 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Parents:
1311:b57043a88153 (diff), 1290:de23a6996243 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge step 2

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/tags/tag_posts.php

    r1288 r1312  
    110110 
    111111<h2><?php echo html::escapeHTML($core->blog->name); ?> &rsaquo; 
    112 <span class="page-title"><?php echo __('Edit tag').' &ldquo;'.html::escapeHTML($tag).'&rdquo;'; ?></span></h2> 
     112<span class="page-title"><?php echo __('Tag').' &ldquo;'.html::escapeHTML($tag).'&rdquo;'; ?></span></h2> 
    113113 
    114114<?php 
  • plugins/tags/tag_posts.php

    r1300 r1312  
    130130          '<input type="submit" value="'.__('Rename').'" />'. 
    131131          $core->formNonce(). 
    132           '</form>'; 
     132          '</p></form>'; 
    133133          # Remove tag 
    134134          if (!$posts->isEmpty() && $core->auth->check('contentadmin',$core->blog->id)) { 
    135135               echo 
    136136               '<form id="tag_delete" action="'.$this_url.'" method="post">'. 
    137                '<p class="no-margin">'.__('Delete this tag:').'</p>'. 
    138                '<input type="submit" class="delete" name="delete" value="'.__('Delete').'" />'. 
     137               '<p class="no-margin">'.__('Delete this tag:'). 
     138               '</p><p><input type="submit" class="delete" name="delete" value="'.__('Delete').'" />'. 
    139139               $core->formNonce(). 
    140                '</form>'; 
     140               '</p></form>'; 
    141141          } 
    142           echo '</p></div>'; 
     142          echo '</div>'; 
    143143     } 
    144144      
Note: See TracChangeset for help on using the changeset viewer.

Sites map