[Rt-commit] r4534 - in rtir/branches/1.9-EXPERIMENTAL: . etc
html/RTIR
ruz at bestpractical.com
ruz at bestpractical.com
Tue Feb 14 18:52:15 EST 2006
Author: ruz
Date: Tue Feb 14 18:52:14 2006
New Revision: 4534
Modified:
rtir/branches/1.9-EXPERIMENTAL/ (props changed)
rtir/branches/1.9-EXPERIMENTAL/etc/RTIR_Config.pm
rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Create.html
rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/Elements/Create
Log:
r712 at cubic-pc: cubic | 2006-02-15 02:56:47 +0300
* config handling changes
* _RTIR_Port_Default was handled incorrectly
Modified: rtir/branches/1.9-EXPERIMENTAL/etc/RTIR_Config.pm
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/etc/RTIR_Config.pm (original)
+++ rtir/branches/1.9-EXPERIMENTAL/etc/RTIR_Config.pm Tue Feb 14 18:52:14 2006
@@ -56,14 +56,15 @@
Set($_RTIR_SLA_inhours_default, "Full service");
Set($_RTIR_SLA_outofhours_default, "Full service: out of hours");
Set($_RTIR_HowReported_default, "Email");
-#Set($_RTIR_ReporterType_default, "");
-#Set($_RTIR_IP_default, "");
-#Set($_RTIR_NetMask_default, "");
-#Set($_RTIR_Port_default, "");
-#Set($_RTIR_WhereBlocked_default, "");
+Set($_RTIR_ReporterType_default, "");
+Set($_RTIR_IP_default, "");
+Set($_RTIR_NetMask_default, "");
+Set($_RTIR_Port_default, "");
+Set($_RTIR_WhereBlocked_default, "");
Set($_RTIR_Constituency_default, "EDUNET");
-#Set($_RTIR_Function_default, "");
-#Set($_RTIR_Classification_default, "");
+Set($_RTIR_Function_default, "");
+Set($_RTIR_Classification_default, "");
+Set($_RTIR_Description_default, "");
# Set the Business Hours for your organization
Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Create.html
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Create.html (original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Create.html Tue Feb 14 18:52:14 2006
@@ -218,9 +218,9 @@
</td>
<td class="value" colspan="2">
<& /RTIR/Elements/EditRTIRField,
- TicketObj => $TicketObj,
+ TicketObj => $TicketObj,
QueueObj => $QueueObj, Name => 'Port',
- Default => $ARGS{'Port-Value'} || RT->Config->Get('_RTIR_Netmask_default'), &>
+ Default => $ARGS{'Port-Value'} || RT->Config->Get('_RTIR_Port_default') &>
</td>
</tr>
<tr>
Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/Elements/Create
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/Elements/Create (original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Incident/Elements/Create Tue Feb 14 18:52:14 2006
@@ -32,36 +32,36 @@
<td class="value">
<& /RTIR/Elements/EditRTIRField,
QueueObj => $QueueObj,
- Name => 'Description',
- Default => RT->Config->Get('_RTIR_Description_default'),
- Cols => 40,
+ Name => 'Description',
+ Default => RT->Config->Get('_RTIR_Description_default'),
+ Cols => 40,
&></td></tr>
<tr><td class="label"><&|/l&>Constituency</&>:</td>
<td class="value">
<& /RTIR/Elements/EditRTIRField,
QueueObj => $QueueObj,
- Name => 'Constituency',
- Default => RT->Config->Get('_RTIR_Constituency_default'),
- Rows => 1,
+ Name => 'Constituency',
+ Default => RT->Config->Get('_RTIR_Constituency_default'),
+ Rows => 1,
&></td></tr>
<tr><td class="label"><&|/l&>Function</&>:</td>
<td class="value">
<& /RTIR/Elements/EditRTIRField,
QueueObj => $QueueObj,
- Name => 'Function',
- Default => RT->Config->Get('_RTIR_Function_default'),
- Rows => 1,
+ Name => 'Function',
+ Default => RT->Config->Get('_RTIR_Function_default'),
+ Rows => 1,
&></td></tr>
<tr><td class="label"><&|/l&>Classification</&>:</td>
<td class="value">
<& /RTIR/Elements/EditRTIRField,
QueueObj => $QueueObj,
- Name => 'Classification',
- Default => RT->Config->Get('_RTIR_Classification_default'),
- Rows => 1,
+ Name => 'Classification',
+ Default => RT->Config->Get('_RTIR_Classification_default'),
+ Rows => 1,
&></td></tr>
<tr><td colspan="2">
More information about the Rt-commit
mailing list