[otrs-cvs] CVS: otrs/Kernel/Output/HTML/Standard AgentTicketSearch.dtl,1.14,1.15

cvs-log at otrs.org cvs-log at otrs.org
Wed Oct 4 19:09:00 CEST 2006


Update of /home/cvs/otrs/Kernel/Output/HTML/Standard
In directory lancelot:/tmp/cvs-serv15355

Modified Files:
	AgentTicketSearch.dtl 
Log Message:
fixed html bugs

Index: AgentTicketSearch.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/AgentTicketSearch.dtl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** AgentTicketSearch.dtl	4 Oct 2006 15:23:55 -0000	1.14
--- AgentTicketSearch.dtl	4 Oct 2006 16:08:57 -0000	1.15
***************
*** 183,218 ****
            </tr>
            <tr>
!             <td colspan="2" class="contentbody"><input type="radio" name="TimeSearchType" value="" $Data{"TimeSearchType::None"}>
                $Text{"No time settings."}
              </td>
            </tr>
!           <td colspan="2" class="contentbody"><input type="radio" name="TimeSearchType" value="TimePoint" $Data{"TimeSearchType::TimePoint"}>
!             $Text{"Ticket created"} $Data{"TicketCreateTimePointStart"} $Data{"TicketCreateTimePoint"} $Data{"TicketCreateTimePointFormat"}.
!           </td>
!         </tr>
!         <tr>
!           <td colspan="2" class="contentbody"><input type="radio" name="TimeSearchType" value="TimeSlot" $Data{"TimeSearchType::TimeSlot"}>
!             $Text{"Ticket created between"} $Data{"TicketCreateTimeStart"} $Text{"and"} $Data{"TicketCreateTimeStop"}.
!           </td>
!         </tr>
!         <tr>
!           <td class="contenthead">$Text{"Result Form"}</td>
!           <td class="contenthead">$Text{"Save Search-Profile as Template?"}</td>
!         </tr>
!         <tr>
!           <td class="contentbody">$Data{"ResultFormStrg"}</td>
!           <td class="contentbody">
!             <input type="radio" name="SaveProfile" value="1"> $Text{"Yes, save it with name"}
!             <input type="text" name="Profile" size="10" value="$QData{"Profile"}">
!           </td>
!         </tr>
!         <tr>
!           <td colspan="4" class="contentfooter"><input class="button" accesskey="g" type="submit" value="$Text{"Search"}"></td>
!         </td>
!       </table>
!     </form>
!     <br>
!   </td>
! </tr>
  </table>
  <!-- dtl:block:Search -->
--- 183,224 ----
            </tr>
            <tr>
!             <td colspan="2" class="contentbody">
!               <input type="radio" name="TimeSearchType" value="" $Data{"TimeSearchType::None"}>
                $Text{"No time settings."}
              </td>
            </tr>
!           <tr>
!             <td colspan="2" class="contentbody">
!               <input type="radio" name="TimeSearchType" value="TimePoint" $Data{"TimeSearchType::TimePoint"}>
!               $Text{"Ticket created"} $Data{"TicketCreateTimePointStart"} $Data{"TicketCreateTimePoint"} $Data{"TicketCreateTimePointFormat"}
!             </td>
!           </tr>
!           <tr>
!             <td colspan="2" class="contentbody">
!               <input type="radio" name="TimeSearchType" value="TimeSlot" $Data{"TimeSearchType::TimeSlot"}>
!               $Text{"Ticket created between"} $Data{"TicketCreateTimeStart"} $Text{"and"} $Data{"TicketCreateTimeStop"}
!             </td>
!           </tr>
!           <tr>
!             <td class="contenthead">$Text{"Result Form"}</td>
!             <td class="contenthead">$Text{"Save Search-Profile as Template?"}</td>
!           </tr>
!           <tr>
!             <td class="contentbody">$Data{"ResultFormStrg"}</td>
!             <td class="contentbody">
!               <input type="radio" name="SaveProfile" value="1"> $Text{"Yes, save it with name"}
!               <input type="text" name="Profile" size="10" value="$QData{"Profile"}">
!             </td>
!           </tr>
!           <tr>
!             <td colspan="4" class="contentfooter">
!               <input class="button" accesskey="g" type="submit" value="$Text{"Search"}">
!             </td>
!           </tr>
!         </table>
!       </form>
!       <br>
!     </td>
!   </tr>
  </table>
  <!-- dtl:block:Search -->



More information about the cvs-log mailing list