RSS Git Download  Clone
Raw Blame History
<!-- BEGIN [% component.name %] -->
  [% # PROCESS dumper.tt dump = status_options %]
      <p class="indent">
        <strong>Select current status:</strong> [optional]
        <select name="status_option_id" id="status_option" [% site.html.on_focus %]>
          <option value=""> </option>
          [% FOREACH entry IN status_options %]
            <option value="[% entry.id %]">[% entry.description %]</option>
          [% END %]
        </select>
      </p>
<!-- END [% component.name %] -->