Changeset 2116:5b6631127f4e for plugins/maintenance/_admin.php
- Timestamp:
- 09/27/13 20:59:55 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/maintenance/_admin.php
r2087 r2116 171 171 '<div id="maintenance-expired" class="box small">'. 172 172 '<h3><img src="index.php?pf=maintenance/icon-small.png" alt="" /> '.__('Maintenance').'</h3>'. 173 '<p class="warn ">'.sprintf(__('There is a task to execute.', 'There are %s tasks to execute.', count($lines)), count($lines)).'</p>'.173 '<p class="warning no-margin">'.sprintf(__('There is a task to execute.', 'There are %s tasks to execute.', count($lines)), count($lines)).'</p>'. 174 174 '<ul>'.implode('',$lines).'</ul>'. 175 175 '<p><a href="plugin.php?p=maintenance">'.__('Manage tasks').'</a></p>'.
Note: See TracChangeset
for help on using the changeset viewer.