aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/vintage/configure.html
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/vintage/configure.html')
-rw-r--r--tpl/vintage/configure.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/tpl/vintage/configure.html b/tpl/vintage/configure.html
index e47c71ad..fc3a563b 100644
--- a/tpl/vintage/configure.html
+++ b/tpl/vintage/configure.html
@@ -132,11 +132,13 @@
132 <td valign="top"><b>Enable thumbnails</b></td> 132 <td valign="top"><b>Enable thumbnails</b></td>
133 <td> 133 <td>
134 <input type="checkbox" name="enableThumbnails" id="enableThumbnails" 134 <input type="checkbox" name="enableThumbnails" id="enableThumbnails"
135 {if="$thumbnails_enabled"}checked{/if}/> 135 {if="$thumbnails_enabled"}checked{/if} {if="!$gd_enabled"}disabled{/if}>
136 <label for="enableThumbnails"> 136 <label for="enableThumbnails">
137 &nbsp;<strong>Warning:</strong> 137 {if="! $gd_enabled"}
138 If you have a large database, the first retrieval may take a few minutes. 138 {'You need to enable the extension <code>php-gd</code> to use thumbnails.'|t}
139 It's recommended to visit the picture wall after enabling this feature 139 {elseif="$thumbnails_enabled"}
140 <a href="?do=thumbs_update">{'Synchonize thumbnails'|t}</a>
141 {/if}
140 </label> 142 </label>
141 </td> 143 </td>
142 </tr> 144 </tr>