Dotclear


Ignore:
Timestamp:
08/30/13 10:37:08 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Parents:
1619:5d925866b5b3 (diff), 1593:0c884219a872 (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 2.5 into default

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/update.php

    r1591 r1620  
    174174          dcPage::jsPageTabs($default_tab). 
    175175          dcPage::jsLoad('js/_update.js') 
    176      : '') 
     176          : ''), 
     177     dcPage::breadcrumb( 
     178          array( 
     179               __('System') => '', 
     180               '<span class="page-title">'.__('Dotclear update').'</span>' => '' 
     181          )) 
    177182); 
    178183 
    179184if (!$core->error->flag()) { 
    180      echo '<h2>'.__('Dotclear update').'</h2>'; 
    181       
    182185     if (!empty($_GET['nocache'])) { 
    183           dcPage::message(__('Manual checking of update done successfully.')); 
     186          dcPage::success(__('Manual checking of update done successfully.')); 
    184187     } 
    185188} 
     
    200203          echo 
    201204               '<p class="static-msg">'.sprintf(__('Dotclear %s is available.'),$new_v). 
    202                     ($version_info ? ' ('.sprintf(__('<a href=\"%s\">Information about this version</a>.'),$version_info).')' : ''). 
     205                    ($version_info ? ' <a href="'.$version_info.'">('.__('Information about this version').')</a>' : ''). 
    203206                    '</p>'. 
    204207           
  • admin/update.php

    r1553 r1620  
    249249     '<p class="message">'. 
    250250     __("Congratulations, you're one click away from the end of the update."). 
    251      ' <strong><a href="index.php?logout=1">'.__('Finish the update').'</a>.</strong>'. 
     251     ' <strong><a href="index.php?logout=1">'.__('Finish the update.').'</a></strong>'. 
    252252     '</p>'; 
    253253} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map