[ticket/365] Add missing removal of inline css in edited files
B3P-365
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{$IMAGE_SRC}" width="{$IMAGE_WIDTH}" height="{$IMAGE_HEIGHT}" alt="" /> <!-- ENDIF -->{$TITLE}{$LR_BLOCK_H_R}
|
||||
<span class="portal-user-span"><strong>{L_USERNAME}</strong></span>
|
||||
<span class="portal-user-annotation"><strong>{L_JOINED}</strong></span><br style="clear:both" />
|
||||
<span class="portal-user-annotation"><strong>{L_JOINED}</strong></span><br class="portal-clear" />
|
||||
<!-- BEGIN latest_members -->
|
||||
<span class="portal-user-icon"></span><span class="portal-user-span">{latest_members.USERNAME_FULL}</span>
|
||||
<span class="portal-user-annotation">{latest_members.JOINED}</span><br class="portal-clear" />
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<!-- BEGINELSE -->
|
||||
{L_NO_ADMINISTRATORS_P}<br /><br />
|
||||
<!-- END b3p_admins -->
|
||||
<br style="clear:both" />
|
||||
<br class="portal-clear" />
|
||||
<strong class="portal-user-span">{L_MODERATORS}</strong><br class="portal-clear" />
|
||||
<!-- BEGIN b3p_moderator -->
|
||||
<span class="portal-user-icon"></span><span class="portal-user-span"><strong>{b3p_moderator.USERNAME_FULL}</strong></span><br class="portal-clear" />
|
||||
|
||||
@@ -86,7 +86,7 @@
|
||||
</div>
|
||||
<!-- ENDIF -->
|
||||
<!-- [-] right module area -->
|
||||
<br style="clear: both" />
|
||||
<br class="portal-clear" />
|
||||
<!-- IF S_BOTTOM_COLUMN -->
|
||||
<div id="portal-bottom">
|
||||
<!-- [+] bottom module area -->
|
||||
|
||||
Reference in New Issue
Block a user