Ignore:
Timestamp:
Nov 28, 2012, 12:49:06 PM (11 years ago)
Author:
mistic100
Message:
  • add safe mode
  • fix little error when adding video without thumbnail
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/gvideo/admin/template/add.tpl

    r19056 r19213  
    8888
    8989
    90 <p style="text-align:left;"><input type="submit" name="add_video" value="{'Add'|@translate}"></p>
     90<p style="text-align:left;">
     91  <label style="font-weight:bold;"><input type="checkbox" name="safe_mode" {if $POST.safe_mode}checked="checked"{/if}> {'Safe-mode'|@translate}</label>
     92  <a class="showInfo" title="{'In safe-mode, the plugin does\'t try to contact the video host, usefull on some websites where remote connections are blocked.'|@translate}">i</a>
     93  <br>
     94  <input type="submit" name="add_video" value="{'Add'|@translate}">
     95</p>
    9196
    9297<fieldset>
Note: See TracChangeset for help on using the changeset viewer.