add button for refreshing extension list

This commit is contained in:
Uwe Steinmann 2013-05-03 12:10:56 +02:00
parent 14d759f21c
commit 9a2d3ef349

View File

@ -84,6 +84,12 @@ class SeedDMS_View_ExtensionMgr extends SeedDMS_Bootstrap_Style {
echo "</tr>\n";
}
echo "</table>\n";
?>
<form action="../op/op.ExtensionMgr.php" name="form1" method="post">
<?php echo createHiddenFieldWithKey('extensionmgr'); ?>
<p><button type="submit" class="btn"><i class="icon-refresh"></i> <?php printMLText("refresh");?></button></p>
</form>
<?php
$this->contentContainerEnd();
$this->htmlEndPage();
} /* }}} */