[geeklog-cvs] Geeklog-1.x/public_html/layout/professional/admin/lists searchmenu.thtml, NONE, 1.1

Oliver ospiess at qs1489.pair.com
Wed Aug 29 03:10:01 EDT 2007


Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/lists
In directory qs1489.pair.com:/tmp/cvs-serv10716

Added Files:
	searchmenu.thtml 
Log Message:
de-cluttering the admin lists by outsourcing the top menu into a separate function. It has nothing to do with the list itself as such and can be used in other places now also to preserve formatting and move further HTML into a single template

--- NEW FILE: searchmenu.thtml ---
<form action="{form_url}" method="post">
    <div class="admin-list-search">
        {filter}
        {lang_search}: <input type="text" size="20" name="q" value="{last_query}">
          {lang_limit_results}:
            <select name="query_limit">
                <option value="10" {10_selected}>10</option>
                <option value="20" {20_selected}>20</option>
                <option value="50" {50_selected}>50</option>
                <option value="75" {75_selected}>75</option>
                <option value="100" {100_selected}>100</option>
                <option value="200" {200_selected}>200</option>
                <option value="500" {500_selected}>500</option>
            </select>
        <input type="submit" value="{lang_submit}">
          {lang_records_found}: {records_found}
    </div>
</form>




More information about the geeklog-cvs mailing list