Skip to content

Commit

Permalink
Revert reintroducing of xhtml (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman authored Nov 11, 2024
1 parent 3baa7a9 commit 3931203
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,29 +226,29 @@ class="table table-condensed table-bordered hide">
<?php else:?>
<label class="<?php echo $success_class ?>"> <?php echo Text::_('J2STORE_OK'); ?> </label>
<?php endif;?>
<br/>
<br>
<?php echo Text::_('J2STORE_WIDTH').":";
if($variant->width < 0.1):?>
<label class="<?php echo $warning_class ?>"> <?php echo Text::_('J2STORE_NOT_SET'); ?> </label>
<?php else:?>
<label class="<?php echo $success_class ?>"> <?php echo Text::_('J2STORE_OK'); ?> </label>
<?php endif;?>
<br/>
<br>
<?php echo Text::_('J2STORE_HEIGHT').":";
if($variant->height < 0.1):?>
<label class="<?php echo $warning_class ?>"> <?php echo Text::_('J2STORE_NOT_SET'); ?> </label>
<?php else:?>
<label class="<?php echo $success_class ?>"> <?php echo Text::_('J2STORE_OK'); ?> </label>
<?php endif;?>
<br/>
<br>
</td>
<td><?php echo Text::_('J2STORE_PRODUCT_WEIGHT').":";
if($variant->weight < 0.1):?>
<label class="<?php echo $warning_class ?>"> <?php echo Text::_('J2STORE_NOT_SET'); ?> </label>
<?php else:?>
<label class="<?php echo $success_class ?>"> <?php echo Text::_('J2STORE_OK'); ?> </label>
<?php endif;?>
<br/>
<br>
</td>
<td>
<?php echo Text::_('J2STORE_PRODUCT_WEIGHT_CLASS').":";
Expand All @@ -257,14 +257,14 @@ class="table table-condensed table-bordered hide">
<?php else:?>
<label class="<?php echo $success_class ?>"> <?php echo Text::_('J2STORE_OK'); ?> </label>
<?php endif;?>
<br/>
<br>
<?php echo Text::_('J2STORE_PRODUCT_LENGTH_CLASS').":";
if($variant->length_class_id == 0):?>
<label class="<?php echo $warning_class ?>"> <?php echo Text::_('J2STORE_NOT_SET'); ?> </label>
<?php else:?>
<label class="<?php echo $success_class ?>"> <?php echo Text::_('J2STORE_OK'); ?> </label>
<?php endif;?>
<br/>
<br>
</td>
</tr>
<?php endforeach;?>
Expand Down

0 comments on commit 3931203

Please sign in to comment.