Skip to content

Commit

Permalink
Dev: added classes to remaining and total
Browse files Browse the repository at this point in the history
So these formgroups can have alternative styling
  • Loading branch information
Tammo ter Hark committed Nov 2, 2016
1 parent c45649c commit 07cee4f
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -11,7 +11,7 @@
*/
?>
<?php if($sumRemainingEqn):?>
<li class="form-group">
<li class="form-group remaining">
<div class="control-label col-xs-12 col-sm-<?php echo $sLabelWidth; ?>">
<?php eT('Remaining: ');?>
</div>
Expand All @@ -21,7 +21,7 @@
<?php echo $prefix; ?>
</div>
<?php endif; ?>
<div id="remainingvalue_<?php echo $id; ?>" class="form-control-static numeric dynamic-remaining"><!-- alteranative class : form-control : display like an input:text -->
<div id="remainingvalue_<?php echo $id; ?>" class="form-control-static numeric dynamic-remaining"><!-- alternative class : form-control : display like an input:text -->
{<?php echo $sumRemainingEqn;?>}
</div>
<?php if ($suffix != ''): ?>
Expand All @@ -34,7 +34,7 @@
<?php endif; ?>

<?php if($sumEqn):?>
<li class="form-group">
<li class="form-group total">
<div class="control-label col-xs-12 col-sm-<?php echo $sLabelWidth; ?>">
<?php eT('Total: ');?>
</div>
Expand Down

0 comments on commit 07cee4f

Please sign in to comment.