Index: openacs-4/packages/dotlrn/www/manage-memberships.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/manage-memberships.adp,v diff -u -N -r1.33 -r1.34 --- openacs-4/packages/dotlrn/www/manage-memberships.adp 24 Oct 2008 19:34:38 -0000 1.33 +++ openacs-4/packages/dotlrn/www/manage-memberships.adp 9 Nov 2008 19:22:08 -0000 1.34 @@ -18,81 +18,73 @@ %> - -doc -@context@ + + doc + @context@ -

#dotlrn.AddDrop_Memberships#

+

#dotlrn.AddDrop_Memberships#

-

- - #dotlrn.lt_Current_clubs_pretty_# - | - #dotlrn.lt_Join_a_class_instance# - | - #dotlrn.lt_Join_a_clubs_pretty_n# - -

+

+ + #dotlrn.lt_Current_clubs_pretty_# + | + #dotlrn.lt_Join_a_class_instance# + | + #dotlrn.lt_Join_a_clubs_pretty_n# + +

- -
-

#dotlrn.lt_Your_Current_Membersh#

+ +
+

#dotlrn.lt_Your_Current_Membersh#

- - - @departments_pretty_name@:  - #dotlrn.Term#  - - + + +
@departments_pretty_name@: 
+
#dotlrn.Term# 
+
+
- - - - - #dotlrn.No_classes# - + + + + +

#dotlrn.No_classes#

+
+ + + + + +

#dotlrn.no_clubs#

+
+
-
+ +
+

#dotlrn.Join_A_Group#

- - - - -

#dotlrn.no_clubs#

-
+ + +
@departments_pretty_name@: 
+
#dotlrn.Term# 
+
-
+ + + + + +

#dotlrn.No_classes#

+
- -
+
-

#dotlrn.Join_A_Group#

- - - - @departments_pretty_name@:  - #dotlrn.Term#  - - -

- - - - - #dotlrn.No_classes# - - - - -

- - - - -

#dotlrn.no_clubs#

- - -
- - - + + + + + +

#dotlrn.no_clubs#

+
+
Index: openacs-4/packages/dotlrn/www/manage-memberships.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/manage-memberships.tcl,v diff -u -N -r1.15 -r1.16 --- openacs-4/packages/dotlrn/www/manage-memberships.tcl 24 Oct 2008 19:34:38 -0000 1.15 +++ openacs-4/packages/dotlrn/www/manage-memberships.tcl 9 Nov 2008 19:22:08 -0000 1.16 @@ -134,34 +134,34 @@ template::list::create -name member_classes -multirow member_classes -pass_properties { show_drop_button_p referer } -html {width 100%} -elements { name { - html {align left width 55%} + html {align left style "width:55%"} label "[_ dotlrn.class_instances_pretty_name]" - display_template { - @member_classes.pretty_name@ - } + display_template { + @member_classes.pretty_name@ + } } term { - html {width 20%} + html {style "width:20%"} label "\#dotlrn.Term\#" - display_template {@member_classes.term_name@ @member_classes.term_year@} + display_template {@member_classes.term_name@ @member_classes.term_year@} } role { - html {width 20%} + html {style "width:20%"} label "\#dotlrn.Role\#" } actions { label "\#dotlrn.Actions\#" - html {align right width 5%} - display_template { - - \[ #dotlrn.Pending_Approval# \] - - - - - + html {align right style "width:5%"} + display_template { + + \[ #dotlrn.Pending_Approval# \] + + + + + - } + } } } @@ -171,28 +171,28 @@ template::list::create -name member_clubs -multirow member_clubs -pass_properties { show_drop_button_p referer } -html {width 100%} -elements { name { - html {align left width 75%} + html {align left style "width:75%"} label "[_ dotlrn.clubs_pretty_name]" display_template { - @member_clubs.pretty_name@ + @member_clubs.pretty_name@ } } role { label "\#dotlrn.Role\#" - html {width 20%} + html {style "width:20%"} } actions { label "\#dotlrn.Actions\#" - html {align right width 5%} + html {align right style "width:5%"} display_template { - - \[ \#dotlrn.Pending_Approval\# \] - - - - - - + + \[ \#dotlrn.Pending_Approval\# \] + + + + + + } } } @@ -257,90 +257,90 @@ template::list::create -name non_member_classes -multirow non_member_classes -pass_properties { show_drop_button_p referer swa_p} -html {width 100%} -elements { name { - html {align left width 30%} + html {align left style "width:30%"} label "[_ dotlrn.classes_pretty_name]" display_template { - - @non_member_classes.pretty_name@ - @non_member_classes.pretty_name@ - - - @non_member_classes.pretty_name@ - + + @non_member_classes.pretty_name@ + @non_member_classes.pretty_name@ + + + @non_member_classes.pretty_name@ + } } - descrption { - html {align left width 30%} + description { + html {align left style "width:30%"} label "\#dotlrn.Description\#" - display_template {@non_member_classes.description;noquote@} + display_template {@non_member_classes.description;noquote@} } term { label "\#dotlrn.Term\#" - display_template {@non_member_classes.term_name@ @non_member_classes.term_year@} + display_template {@non_member_classes.term_name@ @non_member_classes.term_year@} } start_date { - html {align right} + html {align right} label "\#dotlrn.Start_date\#" - display_template {@non_member_classes.active_start_date@ - @non_member_classes.active_end_date@} + display_template {@non_member_classes.active_start_date@ - @non_member_classes.active_end_date@} } actions { label "\#dotlrn.Actions\#" - html {align right width 5%} + html {align right style "width:5%"} display_template { - - - - - - + + + + + + } } } db_multirow non_member_classes $non_member_query {} { - regsub -all {

} $description {
} description + regsub -all {

} $description {
} description } template::list::create -name non_member_clubs -multirow non_member_clubs -pass_properties { show_drop_button_p referer swa_p} -html {width 100%} -elements { name { - html {align left width 30%} + html {align left style "width:30%"} label "[_ dotlrn.clubs_pretty_name]" display_template { - @non_member_clubs.pretty_name@ - @non_member_clubs.pretty_name@ + @non_member_clubs.pretty_name@ + @non_member_clubs.pretty_name@ @non_member_clubs.pretty_name@ } } - descrption { - html {align left width 30%} + description { + html {align left style "width:30%"} label "\#dotlrn.Description\#" display_template {@non_member_clubs.description;noquote@} } start_date { - html {align right} + html {align right} label "\#dotlrn.Start_date\#" display_template {@non_member_clubs.active_start_date@ - @non_member_clubs.active_end_date@} } actions { label "\#dotlrn.Actions\#" - html {align right width 5%} + html {align right style "width:5%"} display_template { - + } } } db_multirow non_member_clubs select_non_member_clubs {} { - regsub -all {

} $description {
} description + regsub -all {

} $description {
} description }