Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
Modified:multi lingual mass uploader issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Awais-cb committed Oct 10, 2018
1 parent 4544750 commit 21601fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions upload/admin_area/styles/cb_2014/layout/mass_uploader.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h3>Mass Category Selection</h3>
<div class="" style="display:none">
{foreach from=$requiredFields item=field}
{$field.class='form-control'}
{if $field.title=='Title'}
{if $field.id=='title'}
<div class="row">
<div class="col-md-6">
<label for="{$field.id}"><b style="color: #000000">{$field.name}</b></label>
Expand All @@ -53,7 +53,7 @@ <h3>Mass Category Selection</h3>
{/foreach}
{foreach from=$requiredFields item=field}
{$field.class='form-control'}
{if $field.title=='Description'}
{if $field.id=='desc'}
<div class="col-md-6">
<label for="{$field.id}"><b style="color: #000000">{$field.name}</b></label>
{$formObj->createField($field, true)}
Expand All @@ -64,7 +64,7 @@ <h3>Mass Category Selection</h3>
<div class="row">
{foreach from=$requiredFields item=field}
{$field.class='form-control'}
{if $field.title=='Video Category'}
{if $field.id=='category'}
<div class="col-md-6">
<label for="{$field.id}"><b style="color: #000000">{$field.name}</b></label>
<div class="scroll categories">
Expand All @@ -75,7 +75,7 @@ <h3>Mass Category Selection</h3>
{/foreach}
{foreach from=$requiredFields item=field}
{$field.class='form-control'}
{if $field.title=='Tags'}
{if $field.id=='tags'}
<div class="col-md-6">
<label for="{$field.id}"><b style="color: #000000">{$field.name}</b></label>
{$formObj->createField($field, true)}
Expand Down

0 comments on commit 21601fd

Please sign in to comment.