aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/template
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2011-10-17 20:51:49 +0000
committerrvelices <rv-github@modusoptimus.com>2011-10-17 20:51:49 +0000
commitef9766a2916e0641f9a822e577fe0eb67ad447a8 (patch)
treebafec6da44d03776fbb8fce67f63f3fc9a6db866 /themes/default/template
parentd4cf6a085c31a6ca0f18a0ef77fad688eac12bfa (diff)
feature 2477: Remove unused CSS / html elements from version 2.3
git-svn-id: http://piwigo.org/svn/trunk@12479 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template')
-rw-r--r--themes/default/template/comment_list.tpl2
-rw-r--r--themes/default/template/comments.tpl2
-rw-r--r--themes/default/template/identification.tpl2
-rw-r--r--themes/default/template/password.tpl4
-rw-r--r--themes/default/template/picture.tpl2
5 files changed, 5 insertions, 7 deletions
diff --git a/themes/default/template/comment_list.tpl b/themes/default/template/comment_list.tpl
index d35b2e18f..852153897 100644
--- a/themes/default/template/comment_list.tpl
+++ b/themes/default/template/comment_list.tpl
@@ -40,7 +40,7 @@
<label>{'Comment'|@translate}<textarea name="content" id="contenteditid" rows="5" cols="80">{$comment.CONTENT|@escape}</textarea></label>
<input type="hidden" name="key" value="{$comment.KEY}">
<input type="hidden" name="image_id" value="{$comment.IMAGE_ID|@default:$current.id}">
- <input class="submit" type="submit" value="{'Submit'|@translate}">
+ <input type="submit" value="{'Submit'|@translate}">
</fieldset>
</form>
{else}
diff --git a/themes/default/template/comments.tpl b/themes/default/template/comments.tpl
index ab1455590..28a0a5074 100644
--- a/themes/default/template/comments.tpl
+++ b/themes/default/template/comments.tpl
@@ -63,7 +63,7 @@
</fieldset>
- <p><input class="submit" type="submit" value="{'Filter and display'|@translate}"></p>
+ <p><input type="submit" value="{'Filter and display'|@translate}"></p>
</form>
diff --git a/themes/default/template/identification.tpl b/themes/default/template/identification.tpl
index 5ccfb7133..3deff9c54 100644
--- a/themes/default/template/identification.tpl
+++ b/themes/default/template/identification.tpl
@@ -52,7 +52,7 @@
<p>
<input type="hidden" name="redirect" value="{$U_REDIRECT|@urlencode}">
- <input class="submit" tabindex="4" type="submit" name="login" value="{'Submit'|@translate}">
+ <input tabindex="4" type="submit" name="login" value="{'Submit'|@translate}">
</p>
<p>
diff --git a/themes/default/template/password.tpl b/themes/default/template/password.tpl
index eef2c64e2..493e1000f 100644
--- a/themes/default/template/password.tpl
+++ b/themes/default/template/password.tpl
@@ -47,7 +47,7 @@
</label>
</p>
- <p class="bottomButtons"><input class="submit" type="submit" name="submit" value="{'Change my password'|@translate}"></p>
+ <p class="bottomButtons"><input type="submit" name="submit" value="{'Change my password'|@translate}"></p>
{elseif $action eq 'reset'}
<div class="message">{'Hello'|@translate} <em>{$username}</em>. {'Enter your new password below.'|@translate}</div>
@@ -68,7 +68,7 @@
</label>
</p>
- <p class="bottomButtons"><input class="submit" type="submit" name="submit" value="{'Submit'|@translate}"></p>
+ <p class="bottomButtons"><input type="submit" name="submit" value="{'Submit'|@translate}"></p>
{/if}
</form>
diff --git a/themes/default/template/picture.tpl b/themes/default/template/picture.tpl
index c4dddac98..d98160a73 100644
--- a/themes/default/template/picture.tpl
+++ b/themes/default/template/picture.tpl
@@ -290,8 +290,6 @@ y.callService(
{/if}
</div>
-<hr class="separation">
-
{if isset($COMMENT_COUNT)}
<div id="comments">
{if $COMMENT_COUNT > 0}