Files
server/usr/share/psa-horde/ingo/templates/smartmobile/rule.html.php
2026-01-07 20:52:11 +01:00

13 lines
380 B
PHP

<div id="rule" data-role="page">
<?php echo $this->smartmobileHeader(array('backlink' => array('#rules', _("Rules")), 'logout' => true, 'title' => _("View Rule"))) ?>
<div data-role="content">
<dl>
<dt><?php echo _("Label") ?></dt>
<dd id="ingo-rule-label"></dd>
<dt><?php echo _("Description") ?></dt>
<dd id="ingo-rule-description"></dd>
</dl>
</div>
</div>