Ignore:
Timestamp:
Dec 30, 2012, 9:35:09 PM (11 years ago)
Author:
julien1311
Message:

pdf2tab integration

Location:
extensions/File_Uploader/admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/File_Uploader/admin/admin_configuration.tpl

    r19472 r19666  
    77                <legend>{'Configuration'|@translate}</legend>
    88                <p>
    9                         <label><input type="checkbox" name="file_uploader_checkbox[new_tab]" value="1" {$file_uploader_checked.new_tab}> {'Open pdf in a new tab'|@translate}</label>
     9                        <label><input type="checkbox" name="file_uploader_checkbox[new_tab]" value="1" {$file_uploader_checked.new_tab}> {'Open files in a new tab'|@translate}</label>
    1010                </p>
    1111                <p>
  • extensions/File_Uploader/admin/admin_help.tpl

    r19544 r19666  
    77</p>
    88        <ul>
    9                 <li>{'Open pdf in a new tab'|@translate}{': Check to open pdf files in a new tab instead of downloading them.'|@translate}</li>
     9                <li>{'Open files in a new tab'|@translate}{': Check to open files in a new tab or download them depending on the extension.'|@translate}</li>
    1010                <li>{'Overwrite files without notice'|@translate}{': Check to overwrite files during upload if a file with the same name already exists.'|@translate}</li>
    1111        </ul>
Note: See TracChangeset for help on using the changeset viewer.