mirror of
https://github.com/Codiad/Codiad.git
synced 2026-03-21 16:36:51 +01:00
added reload button
This commit is contained in:
@@ -110,8 +110,9 @@
|
||||
</div>
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<th valign="middle" width="150px"><button onclick="window.location.reload();return false;"><?php i18n("Reload Codiad"); ?></button></th>
|
||||
<th valign="middle"><input style="margin:0;display:inline" id="repourl" placeholder="Enter GitHub Repository Url..."></th>
|
||||
<th valign="middle" align="right" width="222px"><button class="btn-left" onclick="codiad.market.install('','Manually',getElementById('repourl').value);return false;"><?php i18n("Install Manually"); ?></button><button class="btn-right" onclick="codiad.modal.unload();return false;"><?php i18n("Close"); ?></button></th>
|
||||
<th valign="middle" align="right" width="222px"><button class="btn-left" onclick="codiad.market.install('<?php echo $_GET['type']; ?>','','Manually',getElementById('repourl').value);return false;"><?php i18n("Install Manually"); ?></button><button class="btn-right" onclick="codiad.modal.unload();return false;"><?php i18n("Close"); ?></button></th>
|
||||
</tr>
|
||||
</table>
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user