modified : image verification, quick conv and use cron feature disabled

This commit is contained in:
Fahad Abbas 2018-02-22 17:58:36 +05:00
parent 4715d1167e
commit ee8fe8bace
2 changed files with 9 additions and 9 deletions

View file

@ -67,7 +67,7 @@ if(isset($_POST['update'])){
'collection_rating', 'collection_rating',
'collectionsSection', 'collectionsSection',
'comments_per_page', 'comments_per_page',
'captcha_type', /*'captcha_type',*/
'con_modules_type', 'con_modules_type',
'comments_captcha', 'comments_captcha',
'comment_rating', 'comment_rating',
@ -176,7 +176,7 @@ if(isset($_POST['update'])){
'photo_other_limit', 'photo_other_limit',
'quick_conv', /*'quick_conv',*/
'resize', 'resize',
'remoteUpload', 'remoteUpload',
@ -199,7 +199,7 @@ if(isset($_POST['update'])){
'thumb_height', 'thumb_height',
'use_ffmpeg_vf', 'use_ffmpeg_vf',
'use_crons', /*'use_crons',*/
'user_comment_own', 'user_comment_own',
'user_rate_opt1' , 'user_rate_opt1' ,
'users_items_subscriptions', 'users_items_subscriptions',

View file

@ -624,7 +624,7 @@
</div> </div>
<div class="col-md-4"> <!-- <div class="col-md-4">
<h5>Use Crons</h5> <h5>Use Crons</h5>
<label class="radio-inline"> <label class="radio-inline">
<input type="radio" name="use_crons" value="yes" id="use_crons_0" {if $row.use_crons =='yes'} checked="checked"{/if} />Yes <input type="radio" name="use_crons" value="yes" id="use_crons_0" {if $row.use_crons =='yes'} checked="checked"{/if} />Yes
@ -633,7 +633,7 @@
<label class="radio-inline"> <label class="radio-inline">
<input type="radio" name="use_crons" value="no" id="use_crons_1" {if $row.use_crons =='no'} checked="checked"{/if} />No <input type="radio" name="use_crons" value="no" id="use_crons_1" {if $row.use_crons =='no'} checked="checked"{/if} />No
</label> </label>
</div> </div> -->
<div class="col-md-4"> <div class="col-md-4">
<label for="ffmpegpath">FFMPEG Path</label> <label for="ffmpegpath">FFMPEG Path</label>
@ -760,14 +760,14 @@
</div> </div>
<div class="row"> <div class="row">
<div class="col-md-4"> <!-- <div class="col-md-4">
<h5>Quick Conversion</h5> <h5>Quick Conversion</h5>
<label class="checkbox" for="quick_conv"> <label class="checkbox" for="quick_conv">
<input type="checkbox" name="quick_conv" id="quick_conv" value="yes" {if $row.quick_conv=='yes'} checked="checked"{/if}/> <input type="checkbox" name="quick_conv" id="quick_conv" value="yes" {if $row.quick_conv=='yes'} checked="checked"{/if}/>
Turn on Quick Conversion Turn on Quick Conversion
<a href="javascript:void(0)" target="_blank"><img src="{$imageurl}/help.png" alt="info" border="0" class="tipsy_tip" title="If you check this option, videos will be converted as soon as uploading is complete, make sure your php path is correct before enabling this option otherwise may cause your website inaccessible" /></a> <a href="javascript:void(0)" target="_blank"><img src="{$imageurl}/help.png" alt="info" border="0" class="tipsy_tip" title="If you check this option, videos will be converted as soon as uploading is complete, make sure your php path is correct before enabling this option otherwise may cause your website inaccessible" /></a>
</label> </label>
</div> </div> -->
<!-- <!--
<div class="col-md-4"> <div class="col-md-4">
@ -1365,7 +1365,7 @@
</label> </label>
</div> </div>
<div class="col-md-4"> <!-- <div class="col-md-4">
<label for="varification_captcha">Image verification (captcha)</label> <label for="varification_captcha">Image verification (captcha)</label>
<select class="form-control" name="captcha_type"> <select class="form-control" name="captcha_type">
<option value="0" {if $row.captcha_type == 0} <option value="0" {if $row.captcha_type == 0}
@ -1378,7 +1378,7 @@
selected="selected" selected="selected"
{/if}>Secured</option> {/if}>Secured</option>
</select> </select>
</div> </div> -->
</div> </div>
<div class="row"> <div class="row">