Show
Ignore:
Timestamp:
12/16/2007 02:10:26 PM (13 months ago)
Author:
PugFish
Message:

Forge fixes:

  • Fixed another custom error message bug
  • Fixed template to only show group message if it exists
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/forge/views/forge_template.php

    r1548 r1553  
    1313<th colspan="2"><?php echo $input->label() ?></th> 
    1414</tr> 
     15<?php 
     16 
     17        if ($message = $input->message()): 
     18 
     19?> 
    1520<tr> 
    16 <td colspan="2"><p class="group_message"><?php echo $input->message() ?></p></td> 
     21<td colspan="2"><p class="group_message"><?php echo $message ?></p></td> 
    1722</tr> 
    1823<?php 
     24 
     25        endif; 
    1926 
    2027else: