Changeset 1811:ca14fc7a6ad5 for admin/index.php
- Timestamp:
- 09/13/13 19:46:14 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/index.php
r1788 r1811 221 221 '<div class="dc-update"><h3>'.sprintf(__('Dotclear %s is available!'),$new_v).'</h3> '. 222 222 '<p><a class="button submit" href="update.php">'.sprintf(__('Upgrade now'),$new_v).'</a> '. 223 '<a href="update.php?hide_msg=1">'.__('Remind me later').'</a>'.223 '<a class="button" href="update.php?hide_msg=1">'.__('Remind me later').'</a>'. 224 224 ($version_info ? ' </p>'. 225 '<p ><a href="'.$version_info.'" class="updt-info">'.__('Information about this version').'</a>' : '').'</p>'.225 '<p class="updt-info"><a href="'.$version_info.'">'.__('Information about this version').'</a>' : '').'</p>'. 226 226 '</div>'; 227 227 }
Note: See TracChangeset
for help on using the changeset viewer.