diff --git a/code/ryzom/tools/server/ryzom_ams/ams_lib/configs/ingame_layout.ini b/code/ryzom/tools/server/ryzom_ams/ams_lib/configs/ingame_layout.ini
index c9e87c8cc..ea67f8093 100644
--- a/code/ryzom/tools/server/ryzom_ams/ams_lib/configs/ingame_layout.ini
+++ b/code/ryzom/tools/server/ryzom_ams/ams_lib/configs/ingame_layout.ini
@@ -1,10 +1,38 @@
; This is the ingame layout config file
; Here you can easily change colors of specific elements in the ingame templates.
+;-------------------------------------------------------------------------------
+
[basic]
+;second menu bar bg color
+second_menu_bg_color = "#00000040"
+
+;title bg color
+title_bg_color = "#303030"
+
;default info text color
info_color = "#00CED1"
;admin/mod name color
-team_color = "red"
\ No newline at end of file
+team_color = "red"
+
+;main table bg color
+main_tbl_color = "#00000030"
+
+;normal table bg color
+normal_tbl_color = "#00000060"
+
+;table bg color for team replies
+team_reply_tbl_color = "#F8C8C140"
+
+;table bg color for hidden replies
+hidden_reply_tbl_color = "#CFFEFF40"
+
+;table bg color for closed reply
+closed_tbl_color = "#FFE69960"
+
+;table header tr bg color
+table_header_tr_color = "#00000090"
+
+;-------------------------------------------------------------------------------
\ No newline at end of file
diff --git a/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/createticket.tpl b/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/createticket.tpl
index f1e844dab..dd19fd291 100644
--- a/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/createticket.tpl
+++ b/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/createticket.tpl
@@ -1,7 +1,7 @@
{block name=content}
-
+
| |
|
@@ -28,7 +28,7 @@
-
+
diff --git a/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/home.tpl b/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/home.tpl
index f6f414145..81ba9d934 100644
--- a/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/home.tpl
+++ b/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/home.tpl
@@ -1,7 +1,7 @@
{block name=content}
|
-
+
| |
|
@@ -28,7 +28,7 @@
-
+
diff --git a/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/settings.tpl b/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/settings.tpl
index d23cda5c6..c8f67140c 100644
--- a/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/settings.tpl
+++ b/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/settings.tpl
@@ -1,7 +1,7 @@
{block name=content}
|
-
+
@@ -36,7 +36,7 @@
-
+
| |
|
@@ -63,7 +63,7 @@
-
+
|
-
+
|
-
+
diff --git a/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/sgroup_list.tpl b/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/sgroup_list.tpl
index 63c2a42b3..6279d8fe4 100644
--- a/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/sgroup_list.tpl
+++ b/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/sgroup_list.tpl
@@ -1,7 +1,7 @@
{block name=content}
|
-
+
| |
|
@@ -29,7 +29,7 @@
{if isset($isAdmin) && $isAdmin eq 'TRUE'}
-
+
@@ -76,13 +76,13 @@
|
{/if}
-
+
All groups
-
+
ID |
Name |
Tag |
diff --git a/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/show_reply.tpl b/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/show_reply.tpl
index 385cc6e5c..b6aa90cb2 100644
--- a/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/show_reply.tpl
+++ b/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/show_reply.tpl
@@ -1,7 +1,7 @@
{block name=content}
-
+
|
-
+
| |
|
@@ -50,7 +50,7 @@
-
+
@@ -60,11 +60,11 @@
|
- {$reply_timestamp}
+ {$reply_timestamp}
{if $author_permission eq '1'}
{if isset($isMod) and $isMod eq "TRUE"} {$authorName}{else} {$authorName} {/if}
{else if $reply.permission gt '1'}
- {if isset($isMod) and $isMod eq "TRUE"} {$authorName}{else} {$authorName} {/if}
+ {if isset($isMod) and $isMod eq "TRUE"} {$authorName}{else} {$authorName} {/if}
{/if}
{$reply_content}
|
diff --git a/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/show_sgroup.tpl b/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/show_sgroup.tpl
index f2fedfe40..388cf8e32 100644
--- a/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/show_sgroup.tpl
+++ b/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/show_sgroup.tpl
@@ -1,7 +1,7 @@
{block name=content}
-
+
| |
|
@@ -28,7 +28,7 @@
-
+
|
-
+
All members
-
+
ID |
Name |
{if isset($isAdmin) && $isAdmin eq 'TRUE'}Action | {/if}
diff --git a/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/show_ticket.tpl b/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/show_ticket.tpl
index c11c94164..e1bd7edef 100644
--- a/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/show_ticket.tpl
+++ b/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/show_ticket.tpl
@@ -1,7 +1,7 @@
{block name=content}
-
+
@@ -24,7 +24,7 @@
-
+
| |
|
@@ -51,19 +51,19 @@
-
+
-
+
Submitted: {$ticket_timestamp} |
Last Updated: {$ticket_lastupdate} |
- Status: {if $ticket_status neq 3}Open{/if} {$ticket_statustext} |
+ Status: {if $ticket_status neq 3}Open{/if} {if $ticket_status eq 3} {$ticket_statustext}{else}{$ticket_statustext} {/if} |
Category: {$ticket_category} |
@@ -88,36 +88,50 @@
|
-
+
{foreach from=$ticket_replies item=reply}
-
-
- {$reply.timestamp}
- {if $reply.permission eq '1'}
- {if isset($isMod) and $isMod eq "TRUE"} {$reply.author}{else} {$reply.author} {/if}
- {else if $reply.permission gt '1'}
- {if isset($isMod) and $isMod eq "TRUE"} {$reply.author}{else} {$reply.author} {/if}
- {/if}
-
- {$reply.replyContent}
+ |
+
|
{/foreach}
{if $ticket_status eq 3}
-
- Ticket is closed.
+ |
+
+
+ [Ticket is closed]
+ |
+
|
{/if}
- | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |