diff --git a/Templates/Profile/preference.tpl b/Templates/Profile/preference.tpl
index b0747be8..f26c1c9a 100644
--- a/Templates/Profile/preference.tpl
+++ b/Templates/Profile/preference.tpl
@@ -348,7 +348,14 @@ if(isset($_POST['lang']))
========================= -->
-| Auto completion |
+
+ |
+ Auto completion
+
+ (not coded yet)
+
+ |
+
| Used for rally point and marketplace: |
@@ -376,7 +383,14 @@ if(isset($_POST['lang']))
========================= -->
-| Large map |
+
+ |
+ Large map
+
+ (not coded yet)
+
+ |
+
@@ -393,7 +407,14 @@ if(isset($_POST['lang']))
========================= -->
-| Report filter |
+
+ |
+ Report filter
+
+ (not coded yet)
+
+ |
+
@@ -420,7 +441,14 @@ if(isset($_POST['lang']))
========================= -->
-| Time preferences |
+
+ |
+ Time Preference
+
+ (not coded yet)
+
+ |
+
| Here you can change Travian's displayed time to fit your time zone. |
@@ -492,7 +520,12 @@ if(isset($_POST['lang']))
- | Language settings |
+
+ Language settings
+
+ (not coded yet)
+
+ |
diff --git a/Templates/Profile/vacation.tpl b/Templates/Profile/vacation.tpl
index 708c8400..bf8791d9 100644
--- a/Templates/Profile/vacation.tpl
+++ b/Templates/Profile/vacation.tpl
@@ -17,6 +17,13 @@
if (NEW_FUNCTIONS_VACATION) {
+// -----------------------------------------------------
+// Admin validation check
+// -----------------------------------------------------
+
+$isAdmin = (isset($session->access) && $session->access == ADMIN);
+$isMH = (isset($session->access) && $session->access == MULTIHUNTER);
+
?>