mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Various updates for templates
git-svn-id: file:///svn/phpbb/trunk@917 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
c7a0d17672
commit
684b1b88d9
5 changed files with 16 additions and 2 deletions
|
@ -211,6 +211,8 @@ $template->assign_vars(array(
|
||||||
"L_MODERATOR" => $lang['Moderator'],
|
"L_MODERATOR" => $lang['Moderator'],
|
||||||
"L_NONEWPOSTS" => $lang['No_new_posts'],
|
"L_NONEWPOSTS" => $lang['No_new_posts'],
|
||||||
"L_NEWPOSTS" => $lang['New_posts'],
|
"L_NEWPOSTS" => $lang['New_posts'],
|
||||||
|
"L_NONEWPOSTS_HOT" => $lang['No_new_posts_hot'],
|
||||||
|
"L_NEWPOSTS_HOT" => $lang['New_posts_hot'],
|
||||||
"L_TOPIC_IS_LOCKED" => $lang['Topic_is_locked'],
|
"L_TOPIC_IS_LOCKED" => $lang['Topic_is_locked'],
|
||||||
"L_POSTED" => $lang['Posted'],
|
"L_POSTED" => $lang['Posted'],
|
||||||
"L_JOINED" => $lang['Joined'],
|
"L_JOINED" => $lang['Joined'],
|
||||||
|
|
|
@ -157,6 +157,8 @@ $lang['theforums'] = "the forums";
|
||||||
|
|
||||||
$lang['No_new_posts'] = "No new posts";
|
$lang['No_new_posts'] = "No new posts";
|
||||||
$lang['New_posts'] = "New posts";
|
$lang['New_posts'] = "New posts";
|
||||||
|
$lang['No_new_posts_hot'] = "No new posts [ Popular ]";
|
||||||
|
$lang['New_posts_hot'] = "New posts [ Popular ]";
|
||||||
$lang['Topic_is_locked'] = "Topic is locked";
|
$lang['Topic_is_locked'] = "Topic is locked";
|
||||||
$lang['Forum_is_locked'] = "Forum is locked";
|
$lang['Forum_is_locked'] = "Forum is locked";
|
||||||
$lang['Joined'] = "Joined";
|
$lang['Joined'] = "Joined";
|
||||||
|
@ -212,6 +214,8 @@ $lang['All_Posts'] = "All Posts";
|
||||||
$lang['Newest_First'] = "Newest First";
|
$lang['Newest_First'] = "Newest First";
|
||||||
$lang['Oldest_First'] = "Oldest First";
|
$lang['Oldest_First'] = "Oldest First";
|
||||||
|
|
||||||
|
$lang['Return_to_top'] = "Return to top";
|
||||||
|
|
||||||
$lang['Read_profile'] = "Read profile of"; // Followed by username of poster
|
$lang['Read_profile'] = "Read profile of"; // Followed by username of poster
|
||||||
$lang['Send_email'] = "Send email to "; // Followed by username of poster
|
$lang['Send_email'] = "Send email to "; // Followed by username of poster
|
||||||
$lang['Visit_website'] = "Visit posters website";
|
$lang['Visit_website'] = "Visit posters website";
|
||||||
|
|
|
@ -65,6 +65,13 @@
|
||||||
<td width="20" align="center"><img src="images/folder_lock.gif" alt="{L_FORUM_LOCKED}" /></td>
|
<td width="20" align="center"><img src="images/folder_lock.gif" alt="{L_FORUM_LOCKED}" /></td>
|
||||||
<td><span class="gensmall">{L_TOPIC_IS_LOCKED}</span></td>
|
<td><span class="gensmall">{L_TOPIC_IS_LOCKED}</span></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td width="20" align="center"><img src="images/folder_new_hot.gif" alt="{L_NEWPOSTS_HOT}" /></td>
|
||||||
|
<td><span class="gensmall">{L_NEWPOSTS_HOT}</span></td>
|
||||||
|
<td> </td>
|
||||||
|
<td width="20" align="center"><img src="images/folder_hot.gif" alt="{L_NONEWPOSTS_HOT}" /></td>
|
||||||
|
<td><span class="gensmall">{L_NONEWPOSTS_HOT}</span></td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="8"><br /><span class="gensmall"><b>{S_TIMEZONE}</b></span></td>
|
<td colspan="8"><br /><span class="gensmall"><b>{S_TIMEZONE}</b></span></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
<td valign="top"><span class="gen"><b>{postrow.POSTER_NAME}</b></span><br /><span class="gensmall">{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br /><br />{postrow.POSTER_JOINED}<br />{postrow.POSTER_POSTS}<br />{postrow.POSTER_FROM}</span><br /><br /></td>
|
<td valign="top"><span class="gen"><b>{postrow.POSTER_NAME}</b></span><br /><span class="gensmall">{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br /><br />{postrow.POSTER_JOINED}<br />{postrow.POSTER_POSTS}<br />{postrow.POSTER_FROM}</span><br /><br /></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="bottom"><span class="gensmall"><a href="#top">Back to top</a></span></td>
|
<td valign="bottom"><span class="gensmall"><a href="#top">{L_RETURN_TO_TOP}</a></span></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table></td>
|
</table></td>
|
||||||
<td width="78%" height="100%"><table width="100%" height="100%" cellspacing="1" cellpadding="0" border="0">
|
<td width="78%" height="100%"><table width="100%" height="100%" cellspacing="1" cellpadding="0" border="0">
|
||||||
|
|
|
@ -411,6 +411,7 @@ $template->assign_vars(array(
|
||||||
"TOPIC_TITLE" => $topic_title,
|
"TOPIC_TITLE" => $topic_title,
|
||||||
|
|
||||||
"L_DISPLAY_POSTS" => $lang['Display_posts'],
|
"L_DISPLAY_POSTS" => $lang['Display_posts'],
|
||||||
|
"L_RETURN_TO_TOP" => $lang['Return_to_top'],
|
||||||
|
|
||||||
"S_SELECT_POST_DAYS" => $select_post_days,
|
"S_SELECT_POST_DAYS" => $select_post_days,
|
||||||
"S_SELECT_POST_ORDER" => $select_post_order,
|
"S_SELECT_POST_ORDER" => $select_post_order,
|
||||||
|
|
Loading…
Add table
Reference in a new issue