[phpbbreloaded-checkins] SF.net SVN: phpbbreloaded: [236] phpBB Reloaded 2/templates/subC1/admin/ad
Status: Planning
Brought to you by:
tehphpmaster
From: <mar...@us...> - 2006-06-20 22:07:07
|
Revision: 236 Author: markthedaemon Date: 2006-06-20 15:07:00 -0700 (Tue, 20 Jun 2006) ViewCVS: http://svn.sourceforge.net/phpbbreloaded/?rev=236&view=rev Log Message: ----------- Added Paths: ----------- phpBB Reloaded 2/templates/subC1/admin/admin_agreement.tpl Added: phpBB Reloaded 2/templates/subC1/admin/admin_agreement.tpl =================================================================== --- phpBB Reloaded 2/templates/subC1/admin/admin_agreement.tpl (rev 0) +++ phpBB Reloaded 2/templates/subC1/admin/admin_agreement.tpl 2006-06-20 22:07:00 UTC (rev 236) @@ -0,0 +1,18 @@ +<h1>{L_TITLE_AGREEMENT_TEXT}</h1> + +<p>{L_AGREEMENT_TEXT}</p> + +<form action="{S_AGREEMENT_ACTION}" method="post"> +<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" height="306"> + <tr> + <th class="thHead">{L_TITLE_AGREEMENT_TEXT}</th> + </tr> + <tr> + <td class="row2" align="center"><textarea name="agreement_form" rows="25" cols="120">{AGREEMENT_TEXT}</textarea></td> + </tr> + <tr> + <td class="catBottom" align="center"><input type="submit" name="post" value="{L_SAVE_AGREEMENT_TEXT}" class="mainoption" /> <input type="reset" name="reset" value="{L_RESET_AGREEMENT_TEXT}" class="liteoption" /> + </td> + </tr> +</table> +</form> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |