(file) Return to styles_addnew_body.tpl CVS log (file) (dir) Up to [RizwankCVS] / geekymedia_web / phpBB2 / templates / subSilver / admin

 1 rizwank 1.1 
 2             <h1>{L_STYLES_TITLE}</h1>
 3             
 4             <P>{L_STYLES_ADD_TEXT}</p>
 5             
 6             <table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
 7             	<tr>
 8             		<th class="thCornerL">{L_STYLE}</th>
 9             		<th class="thTop">{L_TEMPLATE}</th>
10             		<th class="thCornerR">{L_ACTION}</th>
11             	</tr>
12             	<!-- BEGIN styles -->
13             	<tr>
14             		<td class="{styles.ROW_CLASS}">{styles.STYLE_NAME}</td>
15             		<td class="{styles.ROW_CLASS}">{styles.TEMPLATE_NAME}</td>
16             		<td class="{styles.ROW_CLASS}"><a href="{styles.U_STYLES_INSTALL}">{L_INSTALL}</a></td>
17             	</tr>
18             	<!-- END styles -->
19             </table></form>

Rizwan Kassim
Powered by
ViewCVS 0.9.2