Dotclear


Ignore:
Timestamp:
08/19/13 11:39:45 (11 years ago)
Author:
Dsls
Branch:
default
Message:

Added entries list in posts_actions.php, ability to uncheck some entries in this page. see #1540
Added proper message when no entry selected, or no action set. closes #1527

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/tags/_admin.php

    r1454 r1471  
    229229          if ($action == 'tags') 
    230230          { 
    231                echo 
    232                '<h2 class="page-title">'.__('Add tags to entries').'</h2>'. 
     231               echo dcPage::breadcrumb( 
     232                    array( 
     233                         html::escapeHTML($core->blog->name) => '', 
     234                         __('Entries') => 'posts.php', 
     235                         '<span class="page-title">'.__('Add tags to entries').'</span>' => '' 
     236               )). 
    233237               '<form action="'.$form_uri.'" method="post">'. 
     238               $hidden_fields->getEntries(). 
    234239               '<div><label for="new_tags" class="area">'.__('Tags to add:').'</label> '. 
    235240               form::textarea('new_tags',60,3). 
    236241               '</div>'. 
    237                $hidden_fields. 
     242               $hidden_fields->getHidden(). 
    238243               $core->formNonce(). 
    239244               form::hidden(array('action'),'tags'). 
     
    259264                    } 
    260265               } 
    261                 
    262                echo '<h2 class="page-title">'.__('Remove selected tags from entries').'</h2>'; 
     266               echo dcPage::breadcrumb( 
     267                    array( 
     268                         html::escapeHTML($core->blog->name) => '', 
     269                         __('Entries') => 'posts.php', 
     270                         '<span class="page-title">'.__('Remove selected tags from entries').'</span>' => '' 
     271               )); 
    263272                
    264273               if (empty($tags)) { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map