Update of /cvsroot/easymod/easymod/install/em_files/templates/subSilver/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17222
Added Files:
em_help_popup.tpl
Log Message:
I guess I should add this file ...
--- NEW FILE: em_help_popup.tpl ---
<table width="100%" border="0" cellspacing="0" cellpadding="10" align="center">
<tr>
<td class="bodyline" width="100%">
<table border="0" cellpadding="3" cellspacing="1" class="forumline" width="100%">
<tr>
<th>{TITLE}</th>
</tr>
<!-- BEGIN help_row -->
<tr>
<td class="cat"><span class="cattitle"><a name="{help_row.NAME}"></a>{help_row.TITLE}</span></td>
</tr>
<tr>
<td class="{help_row.ROW_CLASS}"><span class="gen">{help_row.DESC}><br /><br /><a href="javascript:window.close();">{L_CLOSE_WINDOW}</a></span></td>
</tr>
<tr>
<td class="spaceRow" height="1"><img src="../templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
</tr>
<!-- END help_row -->
</table>
</td>
</tr>
<tr>
<td><p class="copyright" align="center"><a href="http://www.phpbb.com/" class="copyright">EasyMOD</a> © 2005 phpBB Group</p></td>
</tr>
</table>
|