From 3dc513e868fa729ee7069c94aa6558d186ec160d Mon Sep 17 00:00:00 2001 From: Quitta Date: Thu, 29 Aug 2013 22:19:37 +0200 Subject: [PATCH] ingame dashboard also fixed! --HG-- branch : quitta-gsoc-2013 --- .../ams_lib/configs/ingame_layout.ini | 3 +++ .../ams_lib/ingame_templates/dashboard.tpl | 26 +++++++++++++++++++ .../ryzom_ams/ams_lib/translations/en.ini | 1 + .../www/html/templates/dashboard.tpl | 20 +++++++++++++- 4 files changed, 49 insertions(+), 1 deletion(-) 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 e76cf2acf..f19d43265 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 @@ -14,6 +14,9 @@ title_bg_color = "#303030" ;default info text color info_color = "#00CED1" +;notification color +notification_color = "red" + ;Account (user/admin/mod) name color team_color = "red" user_color = "green" diff --git a/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/dashboard.tpl b/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/dashboard.tpl index 81ba9d934..af87d13aa 100644 --- a/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/dashboard.tpl +++ b/code/ryzom/tools/server/ryzom_ams/ams_lib/ingame_templates/dashboard.tpl @@ -27,12 +27,38 @@ + +
+ + +
+ + +
+ + + + + + + + + + + + + +
Tickets Waiting for Direct ActionTickets TodoNewest TicketTotal amount of Tickets
{$nrAssignedWaiting}{$nrToDo}{$newestTicketTitle}{$nrTotalTickets}
+
+
+
diff --git a/code/ryzom/tools/server/ryzom_ams/ams_lib/translations/en.ini b/code/ryzom/tools/server/ryzom_ams/ams_lib/translations/en.ini index 82d8c023a..bebed5301 100644 --- a/code/ryzom/tools/server/ryzom_ams/ams_lib/translations/en.ini +++ b/code/ryzom/tools/server/ryzom_ams/ams_lib/translations/en.ini @@ -5,6 +5,7 @@ home_title = "Introduction" home_info = "Welcome to the Ryzom Core - Account Management System" + [settings] [syncing] diff --git a/code/ryzom/tools/server/ryzom_ams/www/html/templates/dashboard.tpl b/code/ryzom/tools/server/ryzom_ams/www/html/templates/dashboard.tpl index 5d593eb26..b1c73fe04 100644 --- a/code/ryzom/tools/server/ryzom_ams/www/html/templates/dashboard.tpl +++ b/code/ryzom/tools/server/ryzom_ams/www/html/templates/dashboard.tpl @@ -43,7 +43,25 @@

{$home_info}

- +

This is the GSOC project of Daan Janssens mentored by Matthew Lagoe.

+

The features as admin covered in this project are:

+
    +
  • Manage user accounts
  • +
  • Make users moderator or admin
  • +
  • browse user's tickets
  • +
  • Create a new ticket for a specific user as admin
  • +
  • Create a new support group (and link an email to it)
  • +
  • Add mods to support groups
  • +
  • Assign ticket to you
  • +
  • Forward ticket to a support group
  • +
  • Add hidden messages to a ticket only viewable by other mods
  • +
  • Browse ticket queues or create one dynamically
  • +
  • Sync changes after the game server is back up after being down for a while
  • +
  • Browse the log of a ticket
  • +
  • Browse additional info sent along when a ticket is created ingame
  • +
  • All the above can be done while ingame too
  • +
+

{$home_info}

+

This is the GSOC project of Daan Janssens mentored by Matthew Lagoe.