Skip to content

Commit

Permalink
added mass uploader switch
Browse files Browse the repository at this point in the history
  • Loading branch information
sikanderzel committed Jun 29, 2016
1 parent e7534e2 commit df786a5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion upload/admin_area/styles/cb_2014/layout/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,14 @@ <h2>Website Configuration</h2>
<textarea class="form-control" name="description" id="description" cols="45" rows="5">{$row.description}</textarea>
</div>
<div class="col-md-4">
<label for="">SEO Urls</label>
<label for="">Delete Mass upload</label>
<label class="pull-right inline">
{$row.delete_mass_upload}
<input value="yes" name="delete_mass_upload" id="select2" {if $row.delete_mass_upload == 'yes'}checked="checked"{/if} type="checkbox" class="ace ace-switch ace-switch-5">
<span class="lbl"></span>
</label>
<hr>
<label for="">SEO Urls</label>
<label class="pull-right inline">
{$row.seo}
<input value="yes" name="seo" id="select2" {if $row.seo == 'yes'}checked="checked"{/if} type="checkbox" class="ace ace-switch ace-switch-5">
Expand Down Expand Up @@ -211,6 +218,7 @@ <h2>Website Configuration</h2>
<label for="date_format">Date Format</label>
<input class="form-control" name="date_format" type="text" id="date_format" value="{$row.date_format}" size="45" />
</div>

<div class="col-md-4">
<label for="default_time_zone">Default time zone</label>

Expand Down

0 comments on commit df786a5

Please sign in to comment.