diff options
| author | PayBas <contact@paybas.com> | 2014-04-01 12:53:13 +0200 |
|---|---|---|
| committer | PayBas <contact@paybas.com> | 2014-04-01 12:53:13 +0200 |
| commit | e0f64b70580601a7678f2d42971bc9d14deb32f6 (patch) | |
| tree | 3bf4271c71d48511141562e38edad63a7618f878 /phpBB/styles/prosilver/template/index_body.html | |
| parent | 39398dec1b4e654d444e674320418ee167c814ea (diff) | |
| download | forums-e0f64b70580601a7678f2d42971bc9d14deb32f6.tar forums-e0f64b70580601a7678f2d42971bc9d14deb32f6.tar.gz forums-e0f64b70580601a7678f2d42971bc9d14deb32f6.tar.bz2 forums-e0f64b70580601a7678f2d42971bc9d14deb32f6.tar.xz forums-e0f64b70580601a7678f2d42971bc9d14deb32f6.zip | |
[ticket/12329] changed all CSS classes to ".stat-block"
PHPBB3-12329
Diffstat (limited to 'phpBB/styles/prosilver/template/index_body.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/index_body.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/index_body.html b/phpBB/styles/prosilver/template/index_body.html index ce6c6f3506..0d3079786b 100644 --- a/phpBB/styles/prosilver/template/index_body.html +++ b/phpBB/styles/prosilver/template/index_body.html @@ -46,7 +46,7 @@ <!-- EVENT index_body_stat_blocks_before --> <!-- IF S_DISPLAY_ONLINE_LIST --> - <div class="index-block online-list"> + <div class="stat-block online-list"> <!-- IF U_VIEWONLINE --><h3><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h3><!-- ELSE --><h3>{L_WHO_IS_ONLINE}</h3><!-- ENDIF --> <p>{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /> <br />{LOGGED_IN_USER_LIST} <!-- IF LEGEND --><br /><em>{L_LEGEND}{L_COLON} {LEGEND}</em><!-- ENDIF --></p> @@ -54,14 +54,14 @@ <!-- ENDIF --> <!-- IF S_DISPLAY_BIRTHDAY_LIST --> - <div class="index-block birthday-list"> + <div class="stat-block birthday-list"> <h3>{L_BIRTHDAYS}</h3> <p><!-- IF .birthdays -->{L_CONGRATULATIONS}{L_COLON} <strong><!-- BEGIN birthdays -->{birthdays.USERNAME}<!-- IF birthdays.AGE !== '' --> ({birthdays.AGE})<!-- ENDIF --><!-- IF not birthdays.S_LAST_ROW -->, <!-- ENDIF --><!-- END birthdays --></strong><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p> </div> <!-- ENDIF --> <!-- IF NEWEST_USER --> - <div class="index-block statistics"> + <div class="stat-block statistics"> <h3>{L_STATISTICS}</h3> <p>{TOTAL_POSTS} • {TOTAL_TOPICS} • {TOTAL_USERS} • {NEWEST_USER}</p> </div> |
