Project

General

Profile

« Previous | Next » 

Revision 928

Added by doc over 15 years ago

Added reload option to Add-on section and removed Admin tool reload

View differences:

template.html
1 1
<!-- BEGIN main_block -->
2 2

  
3
<div class="box">
4
	{URL_MODULES}&nbsp;&nbsp;{URL_TEMPLATES}
5
</div>
6

  
3 7
<form name="install" enctype="multipart/form-data" action="install.php" method="post" class="{DISPLAY_INSTALL}">
4 8

  
5 9
<h2>{HEADING_INSTALL_LANGUAGE}</h2>
......
66 70
</tr>
67 71
</table>
68 72

  
73
<br />
69 74
</form>
70 75

  
76
<form name="details" action="reload.php" method="post" class="{DISPLAY_RELOAD}">
77
<hr style="margin-bottom: 1em; margin-top: 1em; border: 0.5px solid #DDD;" />
78

  
79
<h2>{TXT_ADMIN_SETTINGS}</h2>
80
<p>{TEXT_RELOAD_ADDON}</p>
81
<input type="submit" name="submit" value="{TEXT_RELOAD}" style="width: 100px;" />
82

  
83
<br />
84
</form>
85

  
71 86
<!-- END main_block -->

Also available in: Unified diff