fixed display error in ads form

This commit is contained in:
Parziphal 2013-12-02 09:43:52 -05:00
parent d499dd7844
commit 8de2c5ed67

View File

@ -53,7 +53,7 @@
<?php endif ?>
</tbody>
<tbody class="type-fields type-image<?php if ($action != 'blank' || $f->object()->html) echo ' hide' ?>">
<tbody class="type-fields type-image<?php if ($action != 'blank' && $f->object()->html) echo ' hide' ?>">
<tr>
<th><?= $f->label('image_url') ?></th>
<td><?= $f->textField('image_url') ?></td>