[ Index ] |
|
Code source de Horde 3.1.3 |
1 <?php if ($layout->isChanged($row, $col)): ?> 2 <a id="block"></a> 3 <?php endif; ?> 4 5 <p class="header"><?php echo _("Add Here:") ?></p> 6 7 <div style="padding:2px"> 8 <form action="<?php echo Horde::selfUrl() ?>#block" method="post"> 9 <?php Util::pformInput() ?> 10 <input type="hidden" name="row" value="<?php echo $row ?>" /> 11 <input type="hidden" name="col" value="<?php echo $col ?>" /> 12 <input type="hidden" name="action" value="save-resume" /> 13 <?php echo $blocks->getBlocksWidget() ?> 14 <input type="submit" class="button" value="<?php echo _("Add") ?>" /> 15 </form> 16 </div>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |