Edgewall Software

Ticket #3168: plugin_upload.patch

File plugin_upload.patch, 423 bytes (added by agraham, 6 years ago)

patch to the template file to allow uploads

  • admin_plugin.cs

    old new  
    44 <fieldset> 
    55  <legend>Install Plugin:</legend> 
    66  <div class="field"> 
    7    <label>File: <input type="file" name="egg_file"<?cs 
     7   <label>File: <input type="file" name="plugin_file"<?cs 
    88     if:admin.readonly ?> disabled="disabled"<?cs /if ?> /></label> 
    99  </div> 
    1010  <p class="help"><?cs