- Links management UI

- Made AJAX polling frequency configurable
  - Made connection and read timeout values configurable
  - Added panel around summary area
- Removed use of shadowed panels for staging area and user sandboxes

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6061 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gavin Cornwell
2007-06-21 22:19:13 +00:00
parent 1f708bd86a
commit ad3ced0367
2 changed files with 45 additions and 2 deletions

View File

@@ -521,6 +521,15 @@
<property name="publicAction">
<value>false</value>
</property>
<property name="noThreads">
<value>5</value>
</property>
<property name="connectionTimeout">
<value>10000</value>
</property>
<property name="readTimeout">
<value>30000</value>
</property>
</bean>
<!-- Scheduled action helper beans -->