Add portalled applications
@context;noquote@
+
+ The portlets for the applications you select will be automatically added to the
+ @portal_count@ portals that belong to this instance of the portals package. This may
+ take a fairly long time, so be patient.
+
-The portlets for the applications you select will be automatically added to the
-@portal_count@ portals that belong to this instance of the portals package. This may
-take a fairly long time, so be patient.
-
-
+
+
Index: openacs-4/contrib/packages/portal/www/admin/add-applications.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/portal/www/admin/add-applications.tcl,v
diff -u -r1.2 -r1.3
--- openacs-4/contrib/packages/portal/www/admin/add-applications.tcl 12 Feb 2004 21:31:21 -0000 1.2
+++ openacs-4/contrib/packages/portal/www/admin/add-applications.tcl 11 Mar 2004 23:37:41 -0000 1.3
@@ -1,4 +1,5 @@
ad_page_contract {
+
Generate a list of applications that have supporting portlets that have not
yet been added to this portal package instance.
@@ -7,37 +8,6 @@
@cvs-id $Id$
} { }
-set package_id [ad_conn package_id]
-set return_url [ad_conn url]
set context [list "Add Applications"]
-db_1row get_portal_count {}
-
-db_multirow -extend {add_url} applications get_applications {} {
- set add_url [export_vars -base add-applications-2 { application return_url }]
-}
-
-# Build the list-builder list
-template::list::create \
- -name applications \
- -multirow applications \
- -key application \
- -bulk_actions {
- "Add checked applications" "add-applications-2" "Add checked applications"
- } \
- -bulk_action_export_vars {
- application return_url
- } \
- -elements {
- application {
- label "Application"
- }
- add {
- label Add
- link_url_col add_url
- link_html { title "Add single application" }
- display_template {Add}
- }
- }
-
ad_return_template
Fisheye: Tag 1.3 refers to a dead (removed) revision in file `openacs-4/contrib/packages/portal/www/admin/add-applications.xql'.
Fisheye: No comparison available. Pass `N' to diff?
Index: openacs-4/contrib/packages/portal/www/admin/configure.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/portal/www/admin/configure.adp,v
diff -u -r1.2 -r1.3
--- openacs-4/contrib/packages/portal/www/admin/configure.adp 12 Feb 2004 21:31:21 -0000 1.2
+++ openacs-4/contrib/packages/portal/www/admin/configure.adp 11 Mar 2004 23:37:41 -0000 1.3
@@ -1,5 +1,4 @@