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