[Vtigercrm-commits] [vtiger-commits] r6812 - in /vtigercrm/trunk: Smarty/templates/ReportsStep0.tpl modules/Reports/Report.js modules/Reports/language/en_us.lang.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue May 30 21:25:01 EDT 2006
Author: don
Date: Tue May 30 19:24:55 2006
New Revision: 6812
Log:
issue in report has been fixed
Modified:
vtigercrm/trunk/Smarty/templates/ReportsStep0.tpl
vtigercrm/trunk/modules/Reports/Report.js
vtigercrm/trunk/modules/Reports/language/en_us.lang.php
Modified: vtigercrm/trunk/Smarty/templates/ReportsStep0.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/ReportsStep0.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/ReportsStep0.tpl Tue May 30 19:24:55 2006
@@ -84,7 +84,7 @@
</td>
</tr>
<tr>
- <td style="padding-right: 5px;" align="right" width="25%"><b>{$MOD} : </b></td>
+ <td style="padding-right: 5px;" align="right" nowrap width="25%"><b>{$MOD.LBL_NEW_REP0_HDR2}</b></td>
<td style="padding-left: 5px;" align="left" width="75%">
<select name="secondarymodule" class="txtBox">
<option value="">--None--</option>
@@ -105,7 +105,7 @@
<td align="right" style="padding:10px;" background="{$IMAGE_PATH}report_bottom.gif">
<input type="button" name="back_rep" value=" < Back " disabled="disabled" class="classBtn" onClick="changeStepsback();">
<input type="button" name="next" value=" Next › " onClick="changeSteps();" class="classBtn">
- <input type="button" name="cancel" value=" Cancel " class="classBtn" onClick="fnClose()">
+ <input type="button" name="cancel" value=" Cancel " class="classBtn" onClick="self.close();">
</td>
</tr>
</form>
Modified: vtigercrm/trunk/modules/Reports/Report.js
==============================================================================
--- vtigercrm/trunk/modules/Reports/Report.js (original)
+++ vtigercrm/trunk/modules/Reports/Report.js Tue May 30 19:24:55 2006
@@ -500,9 +500,9 @@
{
if(getObj('step1').style.display != 'none')
{
- if (trim(NewRep.reportname.value) == "")
+ if (trim(document.NewRep.reportname.value) == "")
{
- alert("Missing Folder Name");
+ alert("Missing Report Name");
}else
{
hide('step1');
Modified: vtigercrm/trunk/modules/Reports/language/en_us.lang.php
==============================================================================
--- vtigercrm/trunk/modules/Reports/language/en_us.lang.php (original)
+++ vtigercrm/trunk/modules/Reports/language/en_us.lang.php Tue May 30 19:24:55 2006
@@ -113,6 +113,7 @@
'LBL_TABULAR_FORMAT'=>'Tabular Format',
'LBL_TABULAR_REPORTS_ARE_SIMPLEST'=>'Tabular Reports are the simplest and fastest way of getting your data',
'LBL_SUMMARY_REPORT_VIEW_DATA_WITH_SUBTOTALS'=>'Summary reports allow you to view your data along with subtotals and other summary information',
+'LBL_FILTERS'=>'Filters',
)
More information about the vtigercrm-commits
mailing list