#----------------------------------------------------------------------------
# /var/install/form/lprng.show.jobs - form for showing lprng jobs
#
# Copyright (c) 2006 Thomas Bork, tom(at)eisfair(dot)net
#
# Creation   : 02.05.2004 tb
# Last Update: 30.01.2006 tb
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#----------------------------------------------------------------------------
<form help="lprng.show.jobs" name="Show Jobs in all Queues">
   <subform name="Show Jobs in all Queues" script="lprng.show.jobs.sh" target="FRAME">
      <option type="TEXT">
         <text>
	    Do you really want to show jobs in all Queues?
            This will take some time.
        </text>
        <align>left</align>
      </option>
      <option name="Doit?" vname="show" type="SELECT" hname="show">
         <item>yes</item>
         <item>no</item>
      </option>
   </subform>
</form>