HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
__limitsAreaEdit.php
Go to the documentation of this file.
1 <table>
2  <?php foreach ($limitsProvider->rawData as $item): ?>
3  <tr>
4  <td><?php echo $item["limit_name"];?></td>
5  <td><?=CHtml::textField($item["limit_name_f"], $item["limit_value"], array('class'=>'input-small righted', 'placeholder'=>''))?></td>
6  <td class="lefted hint"><?=$descr[$item["limit_name_f"]]?></td>
7  </tr>
8  <?php endforeach;?>
9 </table>