mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 05:31:42 +00:00
add button for refreshing extension list
This commit is contained in:
parent
14d759f21c
commit
9a2d3ef349
|
@ -84,6 +84,12 @@ class SeedDMS_View_ExtensionMgr extends SeedDMS_Bootstrap_Style {
|
||||||
echo "</tr>\n";
|
echo "</tr>\n";
|
||||||
}
|
}
|
||||||
echo "</table>\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->contentContainerEnd();
|
||||||
$this->htmlEndPage();
|
$this->htmlEndPage();
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user