RSS Git Download  Clone
Raw Blame History
<!-- BEGIN worklist/others.tt --> 
  <h3 class="header">Other worklists:</h3>
  
	<div class="indent">  
      <form action="[% app_url %]/local_worklist" method="get" name="others"
            id="others" onchange="submit()">
      <table>
		<tr>
          <td class="label">Function:</td>
		  <td class="content">			
            <select name="function_name" onchange="submit()">
				<option value="">&nbsp;</option>
                [% FOREACH entry IN local_worklists %]
                <option value="[% entry.value %]">[% entry.key | html %]</option>
                [% END %]
            </select>
		  </td>
		</tr>
	  </table>
      </form>
    </div>
<!-- END worklist/others.tt -->