Commit 0d7c3794 authored by Mayoro Diagne's avatar Mayoro Diagne

2010-06-17 mayoro

* Use EGov as default skin selection name for egovernment and ecitizen web sites
* remove mistake in login_form of ecitizen
(egov_portal is no longer used)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36438 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 47c078e2
......@@ -52,6 +52,7 @@
<string>Assignee</string>
<string>Assignor</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
......@@ -173,6 +174,12 @@
<key> <string>id</string> </key>
<value> <string>ecitizen</string> </value>
</item>
<item>
<key> <string>int_index</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>last_id</string> </key>
<value> <string>2</string> </value>
......@@ -185,6 +192,10 @@
<key> <string>short_title</string> </key>
<value> <string>eGov Portal</string> </value>
</item>
<item>
<key> <string>skin_selection_name</string> </key>
<value> <string>EGov</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>ERP5 eGov Portal</string> </value>
......
......@@ -52,9 +52,16 @@
<string>Assignee</string>
<string>Assignor</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
<item>
<key> <string>__translation_dict</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>_identity_criterion</string> </key>
<value>
......@@ -85,6 +92,12 @@
<key> <string>id</string> </key>
<value> <string>captcha</string> </value>
</item>
<item>
<key> <string>int_index</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Web Section</string> </value>
......
......@@ -52,9 +52,16 @@
<string>Assignee</string>
<string>Assignor</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
<item>
<key> <string>__translation_dict</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>_identity_criterion</string> </key>
<value>
......@@ -97,6 +104,12 @@
<key> <string>id</string> </key>
<value> <string>help</string> </value>
</item>
<item>
<key> <string>int_index</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Web Section</string> </value>
......
......@@ -60,7 +60,7 @@ request = context.REQUEST\n
portal = context.getPortalObject()\n
N_ = portal.Base_translateString\n
\n
module_url = portal.web_site_module.egov_portal.absolute_url()\n
module_url = portal.web_site_module.ecitizen.absolute_url()\n
form_id = \'view\'\n
\n
msg = ""\n
......
......@@ -52,6 +52,7 @@
<string>Assignee</string>
<string>Assignor</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
......@@ -198,6 +199,10 @@
<key> <string>short_title</string> </key>
<value> <string>Government Agent Workspace</string> </value>
</item>
<item>
<key> <string>skin_selection_name</string> </key>
<value> <string>EGov</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>ERP5 eGov Agent Workspace</string> </value>
......
......@@ -52,6 +52,7 @@
<string>Assignee</string>
<string>Assignor</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
......@@ -97,6 +98,12 @@
<key> <string>id</string> </key>
<value> <string>help</string> </value>
</item>
<item>
<key> <string>int_index</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Web Section</string> </value>
......
2010-06-17 mayoro
* Use EGov as default skin selection name for egovernment and ecitizen web sites
* remove mistake in login_form of ecitizen
(egov_portal is no longer used)
2010-06-16 mayoro
* modify script ERP5Type_getSecurityCategoryMapping to to generate right categories for security
......@@ -8,7 +13,6 @@
*center listbox by modifying padding
2010-06-13 mayoro
*rename mistake in login_form of ecitizen (egov_portal is no longer used)
*add padding left for site title in template_erp5_egov.css
2010-06-13 mayoro
......
540
\ No newline at end of file
547
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment