[otrs-cvs] FAQ/Kernel/Output/HTML/Standard AgentFAQSearch.dtl, 1.9, 1.10 AgentFAQOverviewSmall.dtl, 1.22, 1.23
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/FAQ/Kernel/Output/HTML/Standard
In directory lancelot:/tmp/cvs-serv29960/Kernel/Output/HTML/Standard
Modified Files:
AgentFAQSearch.dtl AgentFAQOverviewSmall.dtl
Log Message:
Fixed bug# 7806 - Missing FAQ-Item valid/invalid column in the database.
Author: ub
Index: AgentFAQSearch.dtl
===================================================================
RCS file: /home/cvs/FAQ/Kernel/Output/HTML/Standard/AgentFAQSearch.dtl,v
retrieving revision 1.9
retrieving revision 1.10
diff -2 -u -d -r1.9 -r1.10
--- AgentFAQSearch.dtl 8 Dec 2010 17:02:47 -0000 1.9
+++ AgentFAQSearch.dtl 2 Jan 2013 11:12:35 -0000 1.10
@@ -1,5 +1,5 @@
# --
# AgentFAQSearch.dtl - provides HTML form for AgentFAQSearch
-# Copyright (C) 2001-2010 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -54,4 +54,5 @@
<fieldset class="TableLike Hidden" id="SearchAttributesHidden">
+
<div class="Clear"></div>
<label for="Fulltext"id="LabelFulltext">$Text{"Fulltext"}:</label>
@@ -67,4 +68,5 @@
<button type="button" class="Remove" value="Remove" title="$Text{"Remove this entry"}">$Text{"Remove"}</button>
</div>
+
<div class="Clear"></div>
<label for="Title" id="LabelTitle">$Text{"Title"}:</label>
@@ -73,4 +75,5 @@
<button type="button" class="Remove" value="Remove" title="$Text{"Remove this entry"}">$Text{"Remove"}</button>
</div>
+
<div class="Clear"></div>
<label for="Keyword" id="LabelKeyword">$Text{"Keyword"}:</label>
@@ -81,4 +84,11 @@
<div class="Clear"></div>
+ <label for="ValidIDs" id="LabelValidIDs">$Text{"Validity"}:</label>
+ <div class="Field">
+ $Data{"ValidSelectionString"}
+ <button type="button" class="Remove" value="Remove" title="$Text{"Remove this entry"}">$Text{"Remove"}</button>
+ </div>
+
+ <div class="Clear"></div>
<label for="LanguageIDs" id="LabelLanguageIDs">$Text{"Language"}:</label>
<div class="Field">
@@ -86,4 +96,5 @@
<button type="button" class="Remove" value="Remove" title="$Text{"Remove this entry"}">$Text{"Remove"}</button>
</div>
+
<div class="Clear"></div>
<label for="CategoryIDs" id="LabelCategoryIDs">$Text{"Category"}:</label>
@@ -95,4 +106,5 @@
<div class="Clear"></div>
$Data{"AttributesOrigStrg"}
+
</fieldset>
</div>
@@ -105,5 +117,5 @@
window.setTimeout(function (){
<!-- dtl:block:SearchAJAXShow -->
- Core.Agent.Search.SearchAttributeAdd('$QData{"Attribute"}');
+ Core.Agent.Search.SearchAttributeAdd("$QData{"Attribute"}");
<!-- dtl:block:SearchAJAXShow -->
Core.Agent.Search.AdditionalAttributeSelectionRebuild();
Author: ub
Index: AgentFAQOverviewSmall.dtl
===================================================================
RCS file: /home/cvs/FAQ/Kernel/Output/HTML/Standard/AgentFAQOverviewSmall.dtl,v
retrieving revision 1.22
retrieving revision 1.23
diff -2 -u -d -r1.22 -r1.23
--- AgentFAQOverviewSmall.dtl 20 Nov 2012 13:07:25 -0000 1.22
+++ AgentFAQOverviewSmall.dtl 2 Jan 2013 11:12:35 -0000 1.23
@@ -1,5 +1,5 @@
# --
# AgentFAQOverviewSmall.dtl - html for change overview table
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -51,4 +51,9 @@
</th>
<!-- dtl:block:RecordStateHeader -->
+<!-- dtl:block:RecordValidHeader -->
+ <th class="State $QData{"CSS"}">
+ <a href="$Env{"Baselink"}Action=$Env{"Action"};$Data{"LinkSort"};SortBy=Valid;OrderBy=$LQData{"OrderBy"}">$Text{"Validity"}</a>
+ </th>
+<!-- dtl:block:RecordValidHeader -->
<!-- dtl:block:RecordChangedHeader -->
<th class="Changed $QData{"CSS"}">
@@ -92,4 +97,9 @@
</td>
<!-- dtl:block:RecordState -->
+<!-- dtl:block:RecordValid -->
+ <td>
+ <div>$Text{"$Data{"Valid"}"}</div>
+ </td>
+<!-- dtl:block:RecordValid -->
<!-- dtl:block:RecordChanged -->
<td>
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log