mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-20 07:21:30 +02:00
[ticket/14139] Add class of IDs to html tags
This commit is contained in:
@@ -19,15 +19,15 @@
|
||||
|
||||
<div style="width: 100%;">
|
||||
|
||||
<div id="cp-menu">
|
||||
<div id="navigation" role="navigation">
|
||||
<div id="cp-menu" class="cp-menu">
|
||||
<div id="navigation" class="navigation" role="navigation">
|
||||
|
||||
<!-- IF S_PRIVMSGS -->
|
||||
<!-- BEGIN t_block2 -->
|
||||
<!-- IF S_PRIVMSGS and not t_block2.S_LAST_ROW -->
|
||||
<ul>
|
||||
<!-- IF t_block2.S_SELECTED -->
|
||||
<li id="active-subsection"><a href="{t_block2.U_TITLE}"><span>{t_block2.L_TITLE}</span></a></li>
|
||||
<li id="active-subsection" class="active-subsection"><a href="{t_block2.U_TITLE}"><span>{t_block2.L_TITLE}</span></a></li>
|
||||
<!-- ELSE -->
|
||||
<li><a href="{t_block2.U_TITLE}"><span>{t_block2.L_TITLE}</span></a></li>
|
||||
<!-- ENDIF -->
|
||||
@@ -39,7 +39,7 @@
|
||||
<!-- BEGIN folder -->
|
||||
<!-- IF folder.S_FIRST_ROW --><ul><!-- ENDIF -->
|
||||
<!-- IF folder.S_CUR_FOLDER -->
|
||||
<li id="active-subsection"><a href="{folder.U_FOLDER}"><!-- IF folder.UNREAD_MESSAGES > 0 --><strong>{folder.FOLDER_NAME} ({folder.UNREAD_MESSAGES})</strong><!-- ELSE -->{folder.FOLDER_NAME}<!-- ENDIF --></a></li>
|
||||
<li id="active-subsection" class="active-subsection"><a href="{folder.U_FOLDER}"><!-- IF folder.UNREAD_MESSAGES > 0 --><strong>{folder.FOLDER_NAME} ({folder.UNREAD_MESSAGES})</strong><!-- ELSE -->{folder.FOLDER_NAME}<!-- ENDIF --></a></li>
|
||||
<!-- ELSE -->
|
||||
<li><a href="{folder.U_FOLDER}"><span><!-- IF folder.UNREAD_MESSAGES > 0 --><strong>{folder.FOLDER_NAME} ({folder.UNREAD_MESSAGES})</strong><!-- ELSE -->{folder.FOLDER_NAME}<!-- ENDIF --></span></a></li>
|
||||
<!-- ENDIF -->
|
||||
@@ -52,7 +52,7 @@
|
||||
<!-- BEGIN t_block2 -->
|
||||
<!-- IF (S_PRIVMSGS and t_block2.S_LAST_ROW) or not S_PRIVMSGS -->
|
||||
<!-- IF t_block2.S_SELECTED -->
|
||||
<li id="active-subsection"><a href="{t_block2.U_TITLE}"><span>{t_block2.L_TITLE}</span></a></li>
|
||||
<li id="active-subsection" class="active-subsection"><a href="{t_block2.U_TITLE}"><span>{t_block2.L_TITLE}</span></a></li>
|
||||
<!-- ELSE -->
|
||||
<li><a href="{t_block2.U_TITLE}"><span>{t_block2.L_TITLE}</span></a></li>
|
||||
<!-- ENDIF -->
|
||||
@@ -98,4 +98,4 @@
|
||||
|
||||
</div>
|
||||
|
||||
<div id="cp-main" class="ucp-main panel-container">
|
||||
<div id="cp-main" class="cp main ucp-main panel-container">
|
||||
|
Reference in New Issue
Block a user