Skip to content

Commit

Permalink
Removes page limit from configure tab with introduction of pagination…
Browse files Browse the repository at this point in the history
… tab
  • Loading branch information
dleffler committed Apr 8, 2011
1 parent 116b72b commit 6269494
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -19,11 +19,6 @@
This is where you can configure the settings to be used by this File Download module.
These settings will only apply to this particular module.
</p>
<blockquote>
This will limit the number of files shown at one time on this page, putting a link to view more
files on the page once you have more files for download than the limit allows
</blockquote>
{control type=text name=limit label="Number of files to show" value=$config.limit}
{control type=dropdown name=order label="Sort By" items="Date Added, Order Manually" values="created_at, rank" value=$config.order}
{control type=dropdown name=dir label="Sort Order" items="Newest First, Oldest First" values="DESC, ASC" value=$config.dir}

0 comments on commit 6269494

Please sign in to comment.