[vhffs-dev] [1723] More and more constants available to templates. |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1723
Author: beuss
Date: 2011-05-14 11:33:58 +0200 (Sat, 14 May 2011)
Log Message:
-----------
More and more constants available to templates.
Modified Paths:
--------------
trunk/vhffs-api/src/Vhffs/Panel/Main.pm
Modified: trunk/vhffs-api/src/Vhffs/Panel/Main.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Panel/Main.pm 2011-05-14 09:33:45 UTC (rev 1722)
+++ trunk/vhffs-api/src/Vhffs/Panel/Main.pm 2011-05-14 09:33:58 UTC (rev 1723)
@@ -610,6 +610,14 @@
NORMAL => Vhffs::Constants::USER_NORMAL,
MODERATOR => Vhffs::Constants::USER_MODERATOR,
ADMIN => Vhffs::Constants::USER_ADMIN
+ },
+ acl => {
+ UNDEFINED => Vhffs::Constants::ACL_UNDEFINED,
+ DENIED => Vhffs::Constants::ACL_DENIED,
+ VIEW => Vhffs::Constants::ACL_VIEW,
+ MODIFY => Vhffs::Constants::ACL_MODIFY,
+ MANAGEACL => Vhffs::Constants::ACL_MANAGEACL,
+ DELETE => Vhffs::Constants::ACL_DELETE
}
},
FILTERS => {