X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/6d01db205f41f16755fe7fbe49694b3bba2121c8..d2cf71687665f4237c73954892f7bc6a611afbba:/templates/editpage.tmpl?ds=inline diff --git a/templates/editpage.tmpl b/templates/editpage.tmpl index efe077f84..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> @@ -62,9 +62,7 @@ $(function () { $('#fileupload').fileupload(); }); // initialize upload widget </div> <TMPL_VAR FIELD-ATTACHMENT> <noscript><TMPL_VAR FIELD-UPLOAD></noscript> -<TMPL_IF NAME="ATTACHMENT_LIST"> <TMPL_VAR FIELD-LINK><TMPL_VAR FIELD-RENAME><TMPL_VAR FIELD-REMOVE> -</TMPL_IF> </div> </div> </TMPL_IF>