diff --git a/phpBB/templates/PSO/PSO.cfg b/phpBB/templates/PSO/PSO.cfg index 388a8d0172..d1580d8dfc 100644 --- a/phpBB/templates/PSO/PSO.cfg +++ b/phpBB/templates/PSO/PSO.cfg @@ -49,6 +49,10 @@ $images['pm_savebox'] = "images/msg_savebox.gif"; $images['pm_sentbox'] = "images/msg_sentbox.gif"; $images['pm_readmsg'] = "images/msg_read.gif"; $images['pm_unreadmsg'] = "images/msg_unread.gif"; +$images['pm_postmsg'] = "templates/PSO/images/post.giff"; +$images['pm_replymsg'] = "templates/PSO/images/reply.gif"; +$images['pm_editmsg'] = "images/icon_edit.gif"; +$images['pm_quotemsg'] = "images/icon_quote.gif"; $images['topic_watch'] = ""; $images['topic_un_watch'] = ""; @@ -58,6 +62,12 @@ $images['topic_mod_split'] = "images/topic_split.gif"; $images['topic_mod_move'] = "images/topic_move.gif"; $images['topic_mod_delete'] = "images/topic_delete.gif"; +$images['voting_graphic'][0] = "images/voting/bar_1.gif"; +$images['voting_graphic'][1] = "images/voting/bar_2.gif"; +$images['voting_graphic'][2] = "images/voting/bar_3.gif"; +$images['voting_graphic'][3] = "images/voting/bar_4.gif"; +$images['voting_graphic'][4] = "images/voting/bar_5.gif"; + $images['auth_can_read'] = ""; $images['auth_cannot_read'] = ""; $images['auth_can_post'] = ""; @@ -70,6 +80,12 @@ $images['auth_can_delete'] = ""; $images['auth_cannot_delete'] = ""; $images['auth_mod'] = ""; +// +// Vote graphic length defines the maximum length of a vote result +// graphic, ie. 100% = this length +// +$board_config['vote_graphic_length'] = 300; + // // Default theme to use (can be blank if // themes aren't supported by this template) diff --git a/phpBB/templates/PSO/admin/forum_prune_body.tpl b/phpBB/templates/PSO/admin/forum_prune_body.tpl index 2a3300258d..b2287dc108 100644 --- a/phpBB/templates/PSO/admin/forum_prune_body.tpl +++ b/phpBB/templates/PSO/admin/forum_prune_body.tpl @@ -1,20 +1,17 @@
-

Forum Pruning

+

{L_FORUM_PRUNE}

-

Forum: {FORUM_NAME}

+

{L_FORUM_PRUNE_EXPLAIN}

- - {S_HIDDEN_VARS} - +

{L_FORUM}: {FORUM_NAME}

+ +
{S_PRUNE_DATA}
+ + - + - - - -
{S_PRUNE_DATA}
{S_HIDDEN_VARS}
Note: This will not prune announcements or sticky topics, these must be removed manually.
- -
+ diff --git a/phpBB/templates/PSO/admin/forum_prune_result_body.tpl b/phpBB/templates/PSO/admin/forum_prune_result_body.tpl index 07703e41c5..4591f913cf 100644 --- a/phpBB/templates/PSO/admin/forum_prune_result_body.tpl +++ b/phpBB/templates/PSO/admin/forum_prune_result_body.tpl @@ -1,21 +1,21 @@
-

Forum Pruning

+

{L_FORUM_PRUNE}

-

Here are the results from your forum pruning:

+

{L_PRUNE_RESULT}

- - - + + + - - - + + +
FORUM NAMETOPICS PRUNEDPOSTS PRUNED{L_FORUM}{L_TOPICS_PRUNED}{L_POSTS_PRUNED}
{prune_results.FORUM_NAME}{prune_results.FORUM_TOPICS}{prune_results.FORUM_POSTS}{prune_results.FORUM_NAME}{prune_results.FORUM_TOPICS}{prune_results.FORUM_POSTS}
diff --git a/phpBB/templates/PSO/admin/forum_prune_select_body.tpl b/phpBB/templates/PSO/admin/forum_prune_select_body.tpl index 6c9256375d..c46a96a4e3 100644 --- a/phpBB/templates/PSO/admin/forum_prune_select_body.tpl +++ b/phpBB/templates/PSO/admin/forum_prune_select_body.tpl @@ -1,15 +1,15 @@
-

Forum Pruning

+

{L_FORUM_PRUNE}

- +
- + - - - -
Select a Forum{L_SELECT_FORUM}
{S_FORUMS_SELECT}   
+ + {S_FORUMS_SELECT}    + +