Changeset 1792:3ad2e47ed52d for admin/update.php
- Timestamp:
- 09/11/13 10:08:47 (12 years ago)
- Branch:
- default
- Children:
- 1793:a25f8d0fd400, 1829:db77f6bb5df9, 1899:840b0d73f60c
- Parents:
- 1790:13dd14dd5254 (diff), 1791:39acc93c9d30 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/update.php
r1732 r1792 174 174 dcPage::jsPageTabs($default_tab). 175 175 dcPage::jsLoad('js/_update.js') 176 : '') 176 : ''), 177 dcPage::breadcrumb( 178 array( 179 __('System') => '', 180 '<span class="page-title">'.__('Dotclear update').'</span>' => '' 181 )) 177 182 ); 178 183 179 184 if (!$core->error->flag()) { 180 echo '<h2>'.__('Dotclear update').'</h2>';181 182 185 if (!empty($_GET['nocache'])) { 183 dcPage:: message(__('Manual checking of update done successfully.'));186 dcPage::success(__('Manual checking of update done successfully.')); 184 187 } 185 188 } … … 200 203 echo 201 204 '<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>' : ''). 203 206 '</p>'. 204 207
Note: See TracChangeset
for help on using the changeset viewer.