phpBB

Code Changes

File: adm/style/acp_styles.html

  Unmodified   Added   Modified   Removed
Line 31Line 31
<!-- IF L_TITLE --><h1>{L_TITLE}</h1><!-- ENDIF -->

<!-- IF L_EXPLAIN --><p>{L_EXPLAIN}</p><!-- ENDIF -->

<!-- IF L_TITLE --><h1>{L_TITLE}</h1><!-- ENDIF -->

<!-- IF L_EXPLAIN --><p>{L_EXPLAIN}</p><!-- ENDIF -->

 

<fieldset class="quick">
<span class="small"><a href="https://www.phpbb.com/go/customise/styles/3.1" target="_blank">{L_BROWSE_STYLES_DATABASE}</a></span>
</fieldset>


<form id="acp_styles" method="post" action="{U_ACTION}">
{S_HIDDEN_FIELDS}


<form id="acp_styles" method="post" action="{U_ACTION}">
{S_HIDDEN_FIELDS}

Line 46Line 50
	<dl>
<dt><label>{L_STYLE_PATH}{L_COLON}</label></dt>
<dd><strong>{STYLE_PATH}</strong></dd>

	<dl>
<dt><label>{L_STYLE_PATH}{L_COLON}</label></dt>
<dd><strong>{STYLE_PATH}</strong></dd>

 
	</dl>
<dl>
<dt><label>{L_STYLE_VERSION}{L_COLON}</label></dt>
<dd><strong>{STYLE_VERSION}</strong></dd>

	</dl>
<dl>
<dt><label for="name">{L_COPYRIGHT}{L_COLON}</label></dt>

	</dl>
<dl>
<dt><label for="name">{L_COPYRIGHT}{L_COLON}</label></dt>

Line 83Line 91
<!-- ENDIF -->

<!-- IF .styles_list -->

<!-- ENDIF -->

<!-- IF .styles_list -->

 
	<!-- EVENT acp_styles_list_before -->

	<table class="table1 styles">
<thead>
<tr>

	<table class="table1 styles">
<thead>
<tr>

Line 95Line 104
	</thead>
<!-- BEGIN styles_list -->
<tbody id="styles-list-{styles_list.S_ROW_COUNT}">

	</thead>
<!-- BEGIN styles_list -->
<tbody id="styles-list-{styles_list.S_ROW_COUNT}">

	<tr<!-- IF styles_list.STYLE_ID and not styles_list.STYLE_ACTIVE --> class="row-inactive"<!-- ENDIF -->>

	<tr class="row-highlight<!-- IF styles_list.STYLE_ID and not styles_list.STYLE_ACTIVE --> row-inactive<!-- ENDIF -->">

		<!-- IF styles_list.LEVEL is odd -->
<!-- IF $ROW_CLASS == 'row1a' --><!-- DEFINE $ROW_CLASS = 'row1b' --><!-- ELSE --><!-- DEFINE $ROW_CLASS = 'row1a' --><!-- ENDIF -->
<!-- ELSE -->

		<!-- IF styles_list.LEVEL is odd -->
<!-- IF $ROW_CLASS == 'row1a' --><!-- DEFINE $ROW_CLASS = 'row1b' --><!-- ELSE --><!-- DEFINE $ROW_CLASS = 'row1a' --><!-- ENDIF -->
<!-- ELSE -->