aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2007-04-23 23:50:39 +0000
committerrvelices <rv-github@modusoptimus.com>2007-04-23 23:50:39 +0000
commite2b8bab019c88b8324b87f90fe331c9c141bcf2a (patch)
tree65f6c3940729b720fdcc99c7f329111e79b5d39c /template
parent013d0ec34202d0c6dd96ddcd82fe913f6a3cd223 (diff)
merge revision 1974 from branch-1_7 to trunk
git-svn-id: http://piwigo.org/svn/trunk@1975 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/admin/permalinks.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/yoga/admin/permalinks.tpl b/template/yoga/admin/permalinks.tpl
index 3388cc40b..9acd5815a 100644
--- a/template/yoga/admin/permalinks.tpl
+++ b/template/yoga/admin/permalinks.tpl
@@ -25,7 +25,7 @@
</label>
<p>
- <input type="submit" class="submit" name="set_permalink" value="{lang:submit}"/>
+ <input type="submit" class="submit" name="set_permalink" value="{lang:submit}" {TAG_INPUT_ENABLED}/>
</p>
</fieldset>
</form>
@@ -46,7 +46,7 @@
<!-- END permalink -->
</table>
-<h3>{lang:Permalink history}</h3>
+<h3>{lang:Permalink history} <a name="old_permalinks"></a></h3>
<table class="table2">
<tr class="throw">
<td>Id {SORT_OLD_CAT_ID}</td>
@@ -65,7 +65,7 @@
<td>{deleted_permalink.date_deleted}</td>
<td>{deleted_permalink.last_hit}</td>
<td>{deleted_permalink.hit}</td>
- <td><a href="{deleted_permalink.U_DELETE}"><img src="{pwg_root}{themeconf:icon_dir}/delete.png" alt="Delete"></a></td>
+ <td><a href="{deleted_permalink.U_DELETE}" {TAG_INPUT_ENABLED}><img src="{pwg_root}{themeconf:icon_dir}/delete.png" alt="Delete"></a></td>
</tr>
<!-- END deleted_permalink -->
</table>