footer with phorkie homepage link
[phorkie.git] / data / templates / edit-add.htm
index 8435852d8ebea2f8336ce54413394e40f6a36c1a..e504deb358b8e7e2bcb69212776b000e8dda10f3 100644 (file)
@@ -5,7 +5,7 @@
     </a>
  </div>
 
     </a>
  </div>
 
- {% include 'edit-file.htm' with {'file': '', 'fileid': 'new'} %}
+ {% include 'edit-file.htm' with {'file': null, 'fileid': 'new', 'newfile': true} %}
 
 <script type="application/javascript">
 $(document).ready(function() {
 
 <script type="application/javascript">
 $(document).ready(function() {
@@ -13,7 +13,7 @@ $(document).ready(function() {
     $('#filegroupnew').hide();
     $('#add-button a').bind('click', function() {
         $('#add-button').before("{% filter escape('js') %}
     $('#filegroupnew').hide();
     $('#add-button a').bind('click', function() {
         $('#add-button').before("{% filter escape('js') %}
-            {% include 'edit-file.htm' with {'file': '', 'fileid': '###'} %}
+            {% include 'edit-file.htm' with {'file': null, 'fileid': '###', 'newfile': true} %}
             {% endfilter %}"
             .replace(/###/g, $('.filegroup').length)
         );
             {% endfilter %}"
             .replace(/###/g, $('.filegroup').length)
         );