Updated install file;

Added the first language vars; 
Added UMIL;
This commit is contained in:
Marc Alexander
2010-08-27 21:07:35 +00:00
parent 971455668d
commit ed1e01e7ec
42 changed files with 9199 additions and 2 deletions

View File

@@ -0,0 +1,20 @@
<!-- INCLUDE overall_header.html -->
<form id="confirm" method="post" action="{S_CONFIRM_ACTION}">
<fieldset>
<h1>{MESSAGE_TITLE}</h1>
<p>{MESSAGE_TEXT}</p>
{S_HIDDEN_FIELDS}
<div style="text-align: center;">
<input type="submit" name="confirm" value="{L_YES}" class="button2" />&nbsp;
<input type="submit" name="cancel" value="{L_NO}" class="button2" />
</div>
</fieldset>
</form>
<!-- INCLUDE overall_footer.html -->