Hi Pan,

> If I click on Titles, by defult I am seeing the 1st 21 items
> available.  How do I change the default value so I can
> show more items per page?
see total in
org/dspace/browse/BrowseScope.java

     public BrowseScope(Context context)
     {
         this.context = context;
         scope = null;
         focus = null;
         total = 21;
         numberBefore = 3;
     }


Claudia




-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to