summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment
diff options
context:
space:
mode:
authorGuy Pyrzak <guypyrzak@guyah>2010-03-03 16:36:45 +0100
committerGuy Pyrzak <guypyrzak@guyah>2010-03-03 16:36:45 +0100
commit91864ee4f8355f4932afb0e8be4f576d464a71c3 (patch)
treeaadb28dc30aaf0996185f4ef0ece9e6581209382 /template/en/default/attachment
parent9b24ebbcb31958a5217a23cbf30794df7bb5360a (diff)
downloadbugzilla-91864ee4f8355f4932afb0e8be4f576d464a71c3.tar.gz
bugzilla-91864ee4f8355f4932afb0e8be4f576d464a71c3.tar.xz
fix for button
Diffstat (limited to 'template/en/default/attachment')
-rw-r--r--template/en/default/attachment/edit.html.tmpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl
index 2b533c916..6a98a7f05 100644
--- a/template/en/default/attachment/edit.html.tmpl
+++ b/template/en/default/attachment/edit.html.tmpl
@@ -268,12 +268,12 @@
%]
[% END %]
- [% IF user.id %]
- <div id="update_container">
- <input type="submit" value="Submit" id="update">
- </div>
- [% END %]
</div>
+ [% IF user.id %]
+ <div id="update_container">
+ <input type="submit" value="Submit" id="update">
+ </div>
+ [% END %]
</div>
</div>
</div>