[otrs-cvs] ITSMConfigurationManagement/Kernel/Output/HTML/Standard AgentITSMConfigItemEdit.dtl, 1.23, 1.24
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/ITSMConfigurationManagement/Kernel/Output/HTML/Standard
In directory lancelot:/tmp/cvs-serv32293/Kernel/Output/HTML/Standard
Modified Files:
AgentITSMConfigItemEdit.dtl
Log Message:
Added new optional sysconfig option to check if config item names are unique.
Author: ub
Index: AgentITSMConfigItemEdit.dtl
===================================================================
RCS file: /home/cvs/ITSMConfigurationManagement/Kernel/Output/HTML/Standard/AgentITSMConfigItemEdit.dtl,v
retrieving revision 1.23
retrieving revision 1.24
diff -2 -u -d -r1.23 -r1.24
--- AgentITSMConfigItemEdit.dtl 30 Nov 2012 17:10:41 -0000 1.23
+++ AgentITSMConfigItemEdit.dtl 30 Nov 2012 19:49:08 -0000 1.24
@@ -39,5 +39,10 @@
<input type="text" name="Name" id="Name" class="W50pc Validate_Required $QData{"RowNameInvalid"}" maxlength="250" value="$QData{"Name"}" title="$Text{"The name of this config item"}"/>
<div id="NameError" class="TooltipErrorMessage" ><p>$Text{"This field is required."}</p></div>
+<!-- dtl:block:RowNameErrorDefault -->
<div id="NameServerError" class="TooltipErrorMessage"><p>$Text{"This field is required."}</p></div>
+<!-- dtl:block:RowNameErrorDefault -->
+<!-- dtl:block:RowNameErrorDuplicates -->
+ <div id="NameServerError" class="TooltipErrorMessage"><p>$Text{"Name is already in use by the ConfigItems with the following ID(s): %s", "$QData{"Duplicates"}"}</p></div>
+<!-- dtl:block:RowNameErrorDuplicates -->
</div>
<div class="Clear"></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