app/views/file/import.rhtml in instiki-0.10.0 vs app/views/file/import.rhtml in instiki-0.10.1
- old
+ new
@@ -1,23 +1,23 @@
-<p>
-<%= form_tag({}, {:multipart => true}) %>
- <p>
- File to upload:
- <br/>
- <input type="file" name="file" size="40" />
- </p>
- <p>
- System password:
- <br/>
- <input type="password" id="system_password" name="system_password" />
- </p>
- <p>
- <input type="submit" value="Update" /> as
- <input type="text" name="author" id="authorName" value="<%= @author %>"
- onClick="this.value == 'AnonymousCoward' ? this.value = '' : true" />
- <% if @page %>
- | <%= link_to 'Cancel', :web => @web.address, :action => 'file'%> <small>(unlocks page)</small>
- <% end %>
-
- </p>
-<%= end_form_tag %>
+<p>
+<%= form_tag({}, {:multipart => true}) %>
+ <p>
+ File to upload:
+ <br/>
+ <input type="file" name="file" size="40" />
+ </p>
+ <p>
+ System password:
+ <br/>
+ <input type="password" id="system_password" name="system_password" />
+ </p>
+ <p>
+ <input type="submit" value="Update" /> as
+ <input type="text" name="author" id="authorName" value="<%= @author %>"
+ onClick="this.value == 'AnonymousCoward' ? this.value = '' : true" />
+ <% if @page %>
+ | <%= link_to 'Cancel', :web => @web.address, :action => 'file'%> <small>(unlocks page)</small>
+ <% end %>
+
+ </p>
+<%= end_form_tag %>
</p>
\ No newline at end of file