mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 09:35:00 +00:00
adjust label of checkbox to delete preview images and text
This commit is contained in:
parent
51d8ebbf60
commit
eb0be965ee
|
@ -48,7 +48,8 @@ class SeedDMS_View_ClearCache extends SeedDMS_Theme_Style {
|
|||
<?php
|
||||
$this->contentContainerStart('warning');
|
||||
?>
|
||||
<input type="checkbox" name="preview" value="1" checked> <?php printMLText('preview_images'); ?>
|
||||
<p>
|
||||
<input type="checkbox" name="preview" value="1" checked> <?php printMLText('preview_images_text'); ?>
|
||||
</p>
|
||||
<p>
|
||||
<input type="checkbox" name="js" value="1" checked> <?php printMLText('temp_jscode'); ?>
|
||||
|
|
Loading…
Reference in New Issue
Block a user