diff --git a/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov_widget_library/WebSite_viewSubmissionWizardRenderer.css.xml b/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov_widget_library/WebSite_viewSubmissionWizardRenderer.css.xml index 24a0f9b302eb7c6559569111587e17b42d273713..105f2f0c243f8fe79837b960c38464930d8ec9d8 100644 --- a/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov_widget_library/WebSite_viewSubmissionWizardRenderer.css.xml +++ b/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov_widget_library/WebSite_viewSubmissionWizardRenderer.css.xml @@ -98,7 +98,8 @@ background: #DDF;\n }\n \n -.submission_wizard .actions li .enable{\n +.submission_wizard .actions li .enable,\n +.submission_wizard .actions li .disable{\n text-decoration: underline;\n }\n \n diff --git a/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov_widget_library/WebSite_viewSubmissionWizardRenderer.xml b/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov_widget_library/WebSite_viewSubmissionWizardRenderer.xml index 4fedd1116b42f0a2e4441205a74ef47615e31339..0d432e0716d59568790de8a16586c2380e0ba344 100644 --- a/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov_widget_library/WebSite_viewSubmissionWizardRenderer.xml +++ b/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov_widget_library/WebSite_viewSubmissionWizardRenderer.xml @@ -75,15 +75,23 @@ <li>\n <tal:block tal:condition="python: here.getValidationState() in state_dict[action[\'name\']]">\n <tal:block tal:condition="python: current_action[\'name\'] != action[\'name\']">\n - <a tal:attributes="href python: \'%s%s%s\' % (action[\'url\'], \'?\' in action[\'url\'] and \'&\' or \'?\', http_parameters)"\n - ><span class="enable" i18n:translate="" i18n:domain="ui" tal:content="python:action_dict.get(action[\'name\'])">action_name</span></a>\n + <a tal:attributes="href python: \'%s%s%s\' % (action[\'url\'], \'?\' in action[\'url\'] and \'&\' or \'?\', http_parameters)">\n + <span class="enable" i18n:translate="" i18n:domain="ui" tal:content="python:action_dict.get(action[\'name\'])">action_name</span>\n + </a>\n </tal:block>\n <tal:block tal:condition="python: current_action[\'name\'] == action[\'name\']">\n <span class="current" i18n:translate="" i18n:domain="ui" tal:content="python:action_dict.get(action[\'name\'])">action_name</span>\n </tal:block>\n </tal:block>\n <tal:block tal:condition="python: here.getValidationState() not in state_dict[action[\'name\']]">\n - <span class="disable" i18n:translate="" i18n:domain="ui" tal:content="python:action_dict.get(action[\'name\'])">action_name</span>\n + <a tal:attributes="href python: \'%s%s%s\' % (action[\'url\'], \'?\' in action[\'url\'] and \'&\' or \'?\', http_parameters)">\n + <tal:block tal:condition="python:current_action[\'name\'] == action[\'name\']">\n + <span class="disable current" i18n:translate="" i18n:domain="ui" tal:content="python:action_dict.get(action[\'name\'])">action_name</span>\n + </tal:block>\n + <tal:block tal:condition="python:current_action[\'name\'] != action[\'name\']">\n + <span class="disable" i18n:translate="" i18n:domain="ui" tal:content="python:action_dict.get(action[\'name\'])">action_name</span>\n + </tal:block>\n + </a>\n </tal:block>\n <span class="fleche" tal:condition="python: actions.index(action) < len(actions)-(action_not_in_dict_count+1)">\n <img alt="Arrow image" src="img/fleche.png"/>\n diff --git a/bt5/erp5_egov/bt/change_log b/bt5/erp5_egov/bt/change_log index 1fb4b649358df3f13a0e6948050e78419e1ebbcb..fb0048e8d3ae29cd368f89f04fa38c55ee3d42b5 100644 --- a/bt5/erp5_egov/bt/change_log +++ b/bt5/erp5_egov/bt/change_log @@ -2,7 +2,8 @@ * update some listbox to display the last application in first * update css * add some rights on assignee to the validated state on egov_universal_workflow. This avoid a security error if an agent have an assigned application and refuse it (it will change the state of the application to validated and redirect the agent on it). -* update some listbox to be able to handle searchable text and to be able to sort application by modification date (descending). +* update some listbox to be able to handle searchable text and to be able to sort application by modification date (descending) +* make possible to return on the form page, even if the form has been submitted, this permit to see what have been entered in the form, but it's not possible to modify it. 2008-10-10 fabien bring some corrections after the Mme Ba review : diff --git a/bt5/erp5_egov/bt/revision b/bt5/erp5_egov/bt/revision index 25493604ef3be68946ec9929d26356c138041335..c0220a2ad4043e4791604d21ada3f04a1352acdb 100644 --- a/bt5/erp5_egov/bt/revision +++ b/bt5/erp5_egov/bt/revision @@ -1 +1 @@ -395 \ No newline at end of file +397 \ No newline at end of file