Dotclear

Changeset 2166:6f409aa25386 for plugins


Ignore:
Timestamp:
09/30/13 11:56:33 (12 years ago)
Author:
Dsls
Branch:
default
Message:

revamped dcPage::breadcrumb, closes #1559

Location:
plugins
Files:
19 edited

Legend:

Unmodified
Added
Removed
  • plugins/aboutConfig/index.php

    r2003 r2166  
    119119          __('System') => '', 
    120120          html::escapeHTML($core->blog->name) => '', 
    121           '<span class="page-title">'.__('about:config').'</span>' => '' 
     121          __('about:config') => '' 
    122122     )); 
    123123if (!empty($_GET['upd'])) { 
  • plugins/antispam/index.php

    r2122 r2166  
    127127               __('Plugins') => '', 
    128128               $page_name => $p_url, 
    129                '<span class="page-title">'.sprintf(__('%s filter configuration'),$filter->name).'</span>' => '' 
     129               sprintf(__('%s filter configuration'),$filter->name) => '' 
    130130          )); 
    131131 
     
    139139          array( 
    140140               __('Plugins') => '', 
    141                '<span class="page-title">'.$page_name.'</span>' => '' 
     141               $page_name => '' 
    142142          )); 
    143143 
  • plugins/blogroll/edit.php

    r2002 r2166  
    9999          array( 
    100100               html::escapeHTML($core->blog->name) => '', 
    101                '<span class="page-title">'.__('Blogroll').'</span>' => $p_url 
     101               __('Blogroll') => $p_url 
    102102          )); 
    103103?> 
  • plugins/blogroll/index.php

    r2115 r2166  
    181181          array( 
    182182               html::escapeHTML($core->blog->name) => '', 
    183                '<span class="page-title">'.__('Blogroll').'</span>' => '' 
     183               __('Blogroll') => '' 
    184184          )); 
    185185?> 
  • plugins/blowupConfig/index.php

    r1588 r2166  
    231231          html::escapeHTML($core->blog->name) => '', 
    232232          __('Blog appearance') => 'blog_theme.php', 
    233           '<span class="page-title">'.__('Blowup configuration').'</span>' => '' 
     233          __('Blowup configuration') => '' 
    234234     )); 
    235235 
  • plugins/daInstaller/index.php

    r1912 r2166  
    259259     array( 
    260260          __('System') => '', 
    261           '<span class="page-title">'.__('DotAddict.org Installer').'</span>' => '' 
     261          __('DotAddict.org Installer') => '' 
    262262     )). 
    263263 
  • plugins/importExport/index.php

    r2095 r2166  
    7878               __('Plugins') => '', 
    7979               $title => $p_url, 
    80                '<span class="page-title">'.html::escapeHTML($module->name).'</span>' => '' 
     80               html::escapeHTML($module->name) => '' 
    8181          )); 
    8282 
     
    9292          array( 
    9393               __('Plugins') => '', 
    94                '<span class="page-title">'.$title.'</span>' => '' 
     94               $title => '' 
    9595          )); 
    9696 
  • plugins/maintenance/index.php

    r2051 r2166  
    133133          array( 
    134134               __('Plugins') => '', 
    135                '<span class="page-title">'.__('Maintenance').'</span>' => '' 
     135               __('Maintenance') => '' 
    136136          ) 
    137137     ). 
     
    159159               __('Plugins') => '', 
    160160               '<a href="'.$p_url.'">'.__('Maintenance').'</a>' => '', 
    161                '<span class="page-title">'.html::escapeHTML($task->name()).'</span>' => '' 
     161               html::escapeHTML($task->name())=> '' 
    162162          ) 
    163163     ); 
     
    193193          array( 
    194194               __('Plugins') => '', 
    195                '<span class="page-title">'.__('Maintenance').'</span>' => '' 
     195               __('Maintenance') => '' 
    196196          ) 
    197197     ); 
  • plugins/pages/class.actionpage.php

    r2061 r2166  
    2626                    html::escapeHTML($this->core->blog->name) => '', 
    2727                    __('Pages') => $this->getRedirection(array(),true), 
    28                     '<span class="page-title">'.__('Pages actions').'</span>' => '' 
     28                    __('Pages actions') => '' 
    2929               )) 
    3030          ); 
  • plugins/pages/list.php

    r2056 r2166  
    7575     array( 
    7676          html::escapeHTML($core->blog->name) => '', 
    77           '<span class="page-title">'.__('Pages').'</span>' => '' 
     77          __('Pages') => '' 
    7878     )); 
    7979 
  • plugins/pages/page.php

    r1981 r2166  
    329329          html::escapeHTML($core->blog->name) => '', 
    330330          __('Pages') => $p_url, 
    331           '<span class="page-title">'.$edit_entry_title.'</span>' => '' 
     331          $edit_entry_title => '' 
    332332     )); 
    333333 
  • plugins/pings/index.php

    r1930 r2166  
    5555     array( 
    5656          __('Plugins') => '', 
    57           '<span class="page-title">'.__('Pings configuration').'</span>' => '' 
     57          __('Pings configuration') => '' 
    5858     )); 
    5959 
  • plugins/simpleMenu/index.php

    r2154 r2166  
    374374               html::escapeHTML($core->blog->name) => '', 
    375375               $page_title => $p_url, 
    376                '<span class="page-title">'.__('Add item').'</span>' => '', 
     376               __('Add item') => '', 
    377377               $step_label => '' 
    378           )); 
     378          ), 
     379          array( 
     380               'highlight_pos' => -2) 
     381     ); 
    379382} else { 
    380383     echo dcPage::breadcrumb( 
    381384          array( 
    382385               html::escapeHTML($core->blog->name) => '', 
    383                '<span class="page-title">'.$page_title.'</span>' => '' 
     386               $page_title => '' 
    384387          )); 
    385388} 
  • plugins/tags/_admin.php

    r2065 r2166  
    151151                              html::escapeHTML($core->blog->name) => '', 
    152152                              __('Entries') => $ap->getRedirection(array(),true), 
    153                               '<span class="page-title">'.__('Add tags to this selection').'</span>' => '' 
     153                              __('Add tags to this selection') => '' 
    154154                    )), 
    155155                    dcPage::jsLoad('js/jquery/jquery.autocomplete.js'). 
     
    228228                                   html::escapeHTML($core->blog->name) => '', 
    229229                                   __('Entries') => 'posts.php', 
    230                                    '<span class="page-title">'.__('Remove selected tags from this selection').'</span>' => '' 
     230                                   __('Remove selected tags from this selection') => '' 
    231231               ))); 
    232232               $posts_count = count($_POST['entries']); 
  • plugins/tags/tag_posts.php

    r2079 r2166  
    9191          html::escapeHTML($core->blog->name) => '', 
    9292          __('Tags') => $p_url.'&amp;m=tags', 
    93           '<span class="page-title">'.__('Tag').' &ldquo;'.html::escapeHTML($tag).'&rdquo;'.'</span>' => '' 
     93          __('Tag').' &ldquo;'.html::escapeHTML($tag).'&rdquo;' => '' 
    9494     )); 
    9595?> 
  • plugins/tags/tags.php

    r2003 r2166  
    2424     array( 
    2525          html::escapeHTML($core->blog->name) => '', 
    26           '<span class="page-title">'.__('Tags').'</span>' => '' 
     26          __('Tags') => '' 
    2727     )); 
    2828?> 
  • plugins/themeEditor/index.php

    r1382 r2166  
    9191          html::escapeHTML($core->blog->name) => '', 
    9292          __('Blog appearance') => 'blog_theme.php', 
    93           '<span class="page-title">'.__('Edit theme files').'</span>' => '' 
     93          __('Edit theme files') => '' 
    9494     )); 
    9595?> 
  • plugins/userPref/index.php

    r2003 r2166  
    115115          __('System') => '', 
    116116          html::escapeHTML($core->auth->userID()) => '', 
    117           '<span class="page-title">'.__('user:preferences').'</span>' => '' 
     117          __('user:preferences') => '' 
    118118     )); 
    119119 
  • plugins/widgets/index.php

    r1993 r2166  
    190190     array( 
    191191          html::escapeHTML($core->blog->name) => '', 
    192           '<span class="page-title">'.__('Widgets').'</span>' => '' 
     192          __('Widgets') => '' 
    193193     )); 
    194194 
Note: See TracChangeset for help on using the changeset viewer.

Sites map