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_LANGUAGES}
5
</div>
6

  
7
<br />
3 8
{CHANGE_TEMPLATE_NOTICE}<br /><br />
4 9

  
5 10
<form name="install" enctype="multipart/form-data" action="install.php" method="post" class="{DISPLAY_INSTALL}">
......
68 73
</tr>
69 74
</table>
70 75

  
76
<br />
71 77
</form>
72 78

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

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

  
86
<br />
87
</form>
88

  
73 89
<!-- END main_block -->

Also available in: Unified diff