~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/media/groups/groups.js

  • Committer: dcoles
  • Date: 2008-08-10 02:53:08 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:1005
Groups: Make sure the links look 'clickable'

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
                li.id = namespace;
93
93
                var button = document.createElement("a");
94
94
                button.id = namespace+"_button";
 
95
                button.setAttribute("class", "choice");
95
96
                button.textContent = '(manage)';
96
97
                button.setAttribute("onclick",
97
98
                    "manage_group("+offeringid+","+group.groupid+",'"+namespace+"')");