PATH:
home
/
centosnipponia
/
public_html
/
ticketing.nipponia.com
/
ticketing-old
/
include
/
client
/
templates
<div><?php foreach ($form->getFields() as $field) { ?> <span style="display:inline-block;padding-right:5px;vertical-align:top"> <span class="<?php if ($field->get('required')) echo 'required'; ?>"> <?php echo Format::htmlchars($field->get('label')); ?></span> <div><?php $field->render(); ?> <?php if ($field->get('required')) { ?> <span class="error">*</span> <?php } if ($field->get('hint') && !$field->isBlockLevel()) { ?> <br/><em style="color:gray;display:inline-block"><?php echo Format::htmlchars($field->get('hint')); ?></em> <?php } foreach ($field->errors() as $e) { ?> <br /> <span class="error"><?php echo Format::htmlchars($e); ?></span> <?php } ?> </div> </span><?php } ?> </div>
[+]
..
[-] dynamic-form.tmpl.php
[edit]
[-] inline-form.tmpl.php
[edit]
[-] sidebar.tmpl.php
[edit]
[-] thread-entries.tmpl.php
[edit]
[-] thread-entry.tmpl.php
[edit]
[-] thread-event.tmpl.php
[edit]
[-] thread-export.tmpl.php
[edit]
[-] ticket-print.tmpl.php
[edit]