diff options
Diffstat (limited to '')
-rw-r--r-- | template/default/admin/configuration.tpl | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/template/default/admin/configuration.tpl b/template/default/admin/configuration.tpl index 5c1bef87d..b2eb8f22b 100644 --- a/template/default/admin/configuration.tpl +++ b/template/default/admin/configuration.tpl @@ -168,6 +168,35 @@ <td><strong>{L_SESSION_ID_SIZE} :</strong><br /><span class="small">{L_SESSION_ID_SIZE_INFO}</span></td> <td class="row1"><input type="text" size="2" maxlength="3" name="session_id_size" value="{SESSION_ID_SIZE}" /></td> </tr> + <tr> + <td colspan="2"> </td> + </tr> + <tr class="admin"> + <th colspan="2">{L_CONF_METADATA}</th> + </tr> + <tr> + <td colspan="2"> </td> + </tr> + <tr> + <td> + <strong>{L_USE_EXIF} :</strong> + <br /><span class="small">{L_USE_EXIF_INFO}</span> + </td> + <td class="row1"> + <input type="radio" class="radio" name="use_exif" value="true" {USE_EXIF_YES} />{L_YES} + <input type="radio" class="radio" name="use_exif" value="false" {USE_EXIF_NO} />{L_NO} + </td> + </tr> + <tr> + <td> + <strong>{L_USE_IPTC} :</strong> + <br /><span class="small">{L_USE_IPTC_INFO}</span> + </td> + <td class="row1"> + <input type="radio" class="radio" name="use_iptc" value="true" {USE_IPTC_YES} />{L_YES} + <input type="radio" class="radio" name="use_iptc" value="false" {USE_IPTC_NO} />{L_NO} + </td> + </tr> <!-- BEGIN remote_sites --> <tr> <th colspan="2" align="center">{#remote_site}</th> |