summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2011-03-19 16:01:34 +0100
committerYorhel <git@yorhel.nl>2011-03-19 16:01:34 +0100
commitefca07848644ef44e44c1b7956677422fd99aafe (patch)
tree65e22209f16f29a451009bb5ece5350058c8ec0c
parente9c73afc57d32eb72f39f6173209c2d0a979e408 (diff)
chardb: Added 'Add character' link
-rw-r--r--data/lang.txt7
-rw-r--r--lib/VNDB/Util/LayoutHTML.pm1
2 files changed, 8 insertions, 0 deletions
diff --git a/data/lang.txt b/data/lang.txt
index 7e859f89..bc94f687 100644
--- a/data/lang.txt
+++ b/data/lang.txt
@@ -1827,6 +1827,13 @@ cs : Přidat producenta
hu : Új készítő bejegyzése
nl : Nieuwe producent
+:_menu_addcharacter
+en : Add Character
+ru*:
+cs*:
+hu*:
+nl : Nieuw karakter
+
:_menu_logout
en : Logout
ru : Выйти
diff --git a/lib/VNDB/Util/LayoutHTML.pm b/lib/VNDB/Util/LayoutHTML.pm
index ada9e17b..c2fba2b5 100644
--- a/lib/VNDB/Util/LayoutHTML.pm
+++ b/lib/VNDB/Util/LayoutHTML.pm
@@ -101,6 +101,7 @@ sub _menu {
br;
a href => '/v/new', mt '_menu_addvn'; br;
a href => '/p/new', mt '_menu_addproducer'; br;
+ a href => '/c/new', mt '_menu_addcharacter'; br;
br;
a href => "$uid/logout", mt '_menu_logout';
end;