Changeset 1697:687baefd388c for admin/index.php
- Timestamp:
- 09/02/13 21:15:33 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/index.php
r1620 r1697 210 210 211 211 if ($updater->getNotify() && $new_v) { 212 $message =213 '<div ><p>'.sprintf(__('Dotclear %s is available!'),$new_v).'</p> '.214 '< ul><li><strong><a href="update.php">'.sprintf(__('Upgrade now'),$new_v).'</a></strong>'.215 '< /li><li><a href="update.php?hide_msg=1">'.__('Remind me later').'</a>'.216 ($version_info ? ' </ li><li><a href="'.$version_info.'">'.__('information about this version').'</a>' : '').217 '< /li></ul></div>';218 dcPage::message($message,false,true);212 echo 213 '<div class="msg dc-update"><h3>'.sprintf(__('Dotclear %s is available!'),$new_v).'</h3> '. 214 '<p><a class="button submit" href="update.php">'.sprintf(__('Upgrade now'),$new_v).'</a> '. 215 '<a href="update.php?hide_msg=1">'.__('Remind me later').'</a>'. 216 ($version_info ? ' </p>'. 217 '<p><a href="'.$version_info.'" class="info">'.__('information about this version').'</a>' : '').'</p>'. 218 '</div>'; 219 219 } 220 220 }
Note: See TracChangeset
for help on using the changeset viewer.