diff options
author | Joey Hess <joey@kitenet.net> | 2011-07-12 15:16:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-07-12 15:16:44 -0400 |
commit | 1aad46e15e4329eff066fc8a68719e0c27f07891 (patch) | |
tree | 1cd0ee699742b81671c64cfb3eb1ef51d5a5ee63 /templates | |
parent | 8752d8ca6d7bba5081ae784604d4f8777d7d15ac (diff) | |
download | ikiwiki-1aad46e15e4329eff066fc8a68719e0c27f07891.tar ikiwiki-1aad46e15e4329eff066fc8a68719e0c27f07891.tar.gz |
auto-check just uploaded attachments
This may make it easier to eg, Insert Links after dropping in a lot of
files.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/editpage.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/editpage.tmpl b/templates/editpage.tmpl index 27c4aa6ed..696c8dcad 100644 --- a/templates/editpage.tmpl +++ b/templates/editpage.tmpl @@ -44,7 +44,7 @@ $(function () { $('#fileupload').fileupload(); }); // initialize upload widget </script> <script id="template-download" type="text/x-jquery-tmpl"> <tr class="template-download{{if error}} ui-state-error{{/if}}"> - <td><input type="checkbox" name="attachment_select" value="${name}" />${name}</td> + <td><input type="checkbox" checked name="attachment_select" value="${name}" />${name}</td> <td>${humansize}</td> {{if error}} <td class="error" colspan="2">failed!</td> |