Ticket #639 (closed enhancement: fixed)

Opened 5 years ago

Last modified 4 years ago

add 'check all' check box on admin page

Reported by: russ Assigned to: jsuttor
Priority: medium Milestone:
Component: ambra Version: 0.8
Keywords: Cc:
Blocking: Blocked By:

Description

wherever there are long lists of check boxes.

when one is ingesting or publishing or deleting large numbers of articles from the adminTop page, it would be nice to be able to check all at once.

Dependency Graph

Change History

02/24/08 14:49:53 changed by jsuttor

  • status changed from new to closed.
  • resolution set to fixed.

(In [4780]) fixes #639, adds a check all box for ingest, publish & delete

  • only display Ingest, Publish/Delete & Flag Comment UI <fieldset>s if articles/comments/etc. exist
  • note that it was not possible to support a check-all on a per virtual journal basis for publication due to html form/action design (would have required re-factoring)

03/21/08 13:01:43 changed by alex

(In [5106]) Merged revisions 4780 via svnmerge from http://gandalf.topazproject.org/svn/branches/0.8.2.1

........

r4780 | jsuttor | 2008-02-24 14:49:53 -0800 (Sun, 24 Feb 2008) | 4 lines

fixes #639, adds a check all box for ingest, publish & delete

  • only display Ingest, Publish/Delete & Flag Comment UI <fieldset>s if articles/comments/etc. exist
  • note that it was not possible to support a check-all on a per virtual journal basis for publication due to html form/action design (would have required re-factoring)

........