[otrs-cvs] otrs/Kernel/Output/HTML/Standard CustomerTicketOverview.dtl, 1.11, 1.12
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/Kernel/Output/HTML/Standard
In directory lancelot:/tmp/cvs-serv20210/Kernel/Output/HTML/Standard
Modified Files:
CustomerTicketOverview.dtl
Log Message:
Fixed bug#9132 - Button to create new ticket appears in Customer Interface although ticket creation is disabled.
Author: mn
Index: CustomerTicketOverview.dtl
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/Standard/CustomerTicketOverview.dtl,v
retrieving revision 1.11
retrieving revision 1.12
diff -2 -u -d -r1.11 -r1.12
--- CustomerTicketOverview.dtl 20 Nov 2012 15:25:15 -0000 1.11
+++ CustomerTicketOverview.dtl 11 Feb 2013 10:43:29 -0000 1.12
@@ -1,5 +1,5 @@
# --
# CustomerTicketOverview.dtl - html for ticket status view (all tickets)
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -201,5 +201,7 @@
$Text{"Please click the button below to create your first ticket."}
</p>
+<!-- dtl:block:EmptyDefaultButton -->
<a class="Button" href="$Env{"Baselink"}Action=CustomerTicketMessage">$Text{"Create your first ticket"}</a>
+<!-- dtl:block:EmptyDefaultButton -->
<!-- dtl:block:EmptyDefault -->
<!-- dtl:block:EmptyCustom -->
@@ -208,5 +210,7 @@
$QData{"Text"}
</p>
+<!-- dtl:block:EmptyCustomButton -->
<a class="Button" href="$Env{"Baselink"}Action=CustomerTicketMessage">$QData{"Button"}</a>
+<!-- dtl:block:EmptyCustomButton -->
<!-- dtl:block:EmptyCustom -->
</div>
---------------------------------------------------------------------
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