Changeset 1760:70e6ba18a169 for plugins
- Timestamp:
- 09/08/13 18:13:34 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/maintenance/index.php
r1553 r1760 142 142 { 143 143 echo 144 '<div class="two-boxes">'. 144 145 '<h3>'.__('Optimize database room').'</h3>'. 145 146 '<form action="plugin.php" method="post">'. … … 148 149 form::hidden(array('action'),'vacuum'). 149 150 form::hidden(array('p'),'maintenance').'</p>'. 150 '</form> ';151 '</form></div>'; 151 152 152 153 echo 154 '<div class="two-boxes">'. 153 155 '<h3>'.__('Counters').'</h3>'. 154 156 '<form action="plugin.php" method="post">'. … … 157 159 form::hidden(array('action'),'commentscount'). 158 160 form::hidden(array('p'),'maintenance').'</p>'. 159 '</form> ';161 '</form></div>'; 160 162 161 163 echo 162 '<h3>'.__('Search engine index').' ('.__('This may take a very long time').')</h3>'. 164 '<div class="two-boxes">'. 165 '<h3>'.__('Search engine index').'</h3>'. 163 166 '<form action="plugin.php" method="get">'. 164 167 '<p><input type="submit" name="indexposts" value="'.__('Index all posts').'" /> '. … … 166 169 form::hidden(array('action'),'index'). 167 170 form::hidden(array('p'),'maintenance').'</p>'. 168 '</form>'; 171 '<p class="form-note info">'.__('This may take a very long time').'.</p>'. 172 '</form></div>'; 169 173 170 174 echo 175 '<div class="two-boxes">'. 171 176 '<h3>'.__('Vacuum logs').'</h3>'. 172 177 '<form action="plugin.php" method="post">'. … … 175 180 form::hidden(array('action'),'log'). 176 181 form::hidden(array('p'),'maintenance').'</p>'. 177 '</form> ';182 '</form></div>'; 178 183 179 184 echo 185 '<div class="two-boxes">'. 180 186 '<h3>'.__('Empty templates cache directory').'</h3>'. 181 187 '<form action="plugin.php" method="post">'. … … 184 190 form::hidden(array('action'),'empty_cache'). 185 191 form::hidden(array('p'),'maintenance').'</p>'. 186 '</form> ';192 '</form></div>'; 187 193 } 188 194 dcPage::helpBlock('maintenance');
Note: See TracChangeset
for help on using the changeset viewer.