Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > 0926242f10de3df4a8f74f86ef09bc55 > files > 6

mojomojo-1.10-3.fc20.src.rpm

diff -up MojoMojo-1.10/root/base/page/attachments.tt.orig MojoMojo-1.10/root/base/page/attachments.tt
--- MojoMojo-1.10/root/base/page/attachments.tt.orig	2010-11-03 04:16:24.000000000 -0600
+++ MojoMojo-1.10/root/base/page/attachments.tt	2013-09-20 08:30:34.304132600 -0600
@@ -1,9 +1,8 @@
 [% WRAPPER page/wrapper.tt title=loc('Attachments for') _ " " _ page.name %]
 <div id="content">
 
-  [% IF c.req.params.plain || ! c.user.obj %]
    [% IF c.user.obj %]
-    <p>(<a href="[% c.uri_for('attachments', {plain=>0}) %]">[% loc('Switch to flash uploader') %]</a>)
+    <p>
     
     <form action="[% c.uri_for('plain_upload') %]" enctype="multipart/form-data" method="post">
         <input type="hidden" name="plain" value="1"/>
@@ -14,19 +13,6 @@
    [% END %]
     <br />
     
-   [% ELSE %]
-    <a href="#" id="do_upload">[% loc('Choose attachments') %]</a>
-    <p>[% loc('Please select a file to attach to this page. To upload multiple files, hold CTRL while selecting multiple files in the file selection pop up window.') %] </p>
-    <p>[% loc('If the flash uploader gives you problems, switch to the')%] <a href="[%c.uri_for('attachments',{plain=>1}) %]">[%loc('plain uploader')%]</a></p>
-    
-    <a href="[% c.uri_for('attachment/list') %]" id="list_link"></a>
-    <a href="[% c.uri_for('attachment/flash_upload', {id => c.user.obj.id, verify => c.user.obj.hashed(c.pref('entropy'))}) %]" id="upload_link"></a>
-    
-    <div id="progressbar"><div id="progress"></div></div>
-    
-    <h3 id="progress_status"></h3>
-    
-   [% END -%]
     
     <div id="attachments">
     [%+ PROCESS attachments/list.tt | indent 4 IF page.attachments.size %]