aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/admin/configuration.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/default/admin/configuration.tpl')
-rw-r--r--template/default/admin/configuration.tpl20
1 files changed, 20 insertions, 0 deletions
diff --git a/template/default/admin/configuration.tpl b/template/default/admin/configuration.tpl
index b2eb8f22b..d1a528b6d 100644
--- a/template/default/admin/configuration.tpl
+++ b/template/default/admin/configuration.tpl
@@ -197,6 +197,26 @@
<input type="radio" class="radio" name="use_iptc" value="false" {USE_IPTC_NO} />{L_NO}
</td>
</tr>
+ <tr>
+ <td>
+ <strong>{L_SHOW_EXIF}&nbsp;:</strong>
+ <br /><span class="small">{L_SHOW_EXIF_INFO}</span>
+ </td>
+ <td class="row1">
+ <input type="radio" class="radio" name="show_exif" value="true" {SHOW_EXIF_YES} />{L_YES}&nbsp;&nbsp;
+ <input type="radio" class="radio" name="show_exif" value="false" {SHOW_EXIF_NO} />{L_NO}
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <strong>{L_SHOW_IPTC}&nbsp;:</strong>
+ <br /><span class="small">{L_SHOW_IPTC_INFO}</span>
+ </td>
+ <td class="row1">
+ <input type="radio" class="radio" name="show_iptc" value="true" {SHOW_IPTC_YES} />{L_YES}&nbsp;&nbsp;
+ <input type="radio" class="radio" name="show_iptc" value="false" {SHOW_IPTC_NO} />{L_NO}
+ </td>
+ </tr>
<!-- BEGIN remote_sites -->
<tr>
<th colspan="2" align="center">{#remote_site}</th>