[Vtigercrm-commits] [vtiger-commits] r10356 - in /vtigercrm/branches/5.0.3: install/ modules/Calendar/ modules/Campaigns/ modules/Dashboard/ modules/Home/ modules/Users/ modules/Webmails/ modules/uploads/
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Mar 6 02:49:26 EST 2007
Author: saraj
Date: Tue Mar 6 00:49:09 2007
New Revision: 10356
Log:
short tags has been removed. Fixes #3076 --Minnie
Modified:
vtigercrm/branches/5.0.3/install/3confirmConfig.php
vtigercrm/branches/5.0.3/install/5createTables.php
vtigercrm/branches/5.0.3/modules/Calendar/calendar_share.php
vtigercrm/branches/5.0.3/modules/Campaigns/LoadList.php
vtigercrm/branches/5.0.3/modules/Dashboard/DashboardHome.php
vtigercrm/branches/5.0.3/modules/Dashboard/DashboardHome_matrix.php
vtigercrm/branches/5.0.3/modules/Home/UnifiedSearch.php
vtigercrm/branches/5.0.3/modules/Users/about_us.php
vtigercrm/branches/5.0.3/modules/Webmails/dlAttachments.php
vtigercrm/branches/5.0.3/modules/uploads/upload.php
Modified: vtigercrm/branches/5.0.3/install/3confirmConfig.php
==============================================================================
--- vtigercrm/branches/5.0.3/install/3confirmConfig.php (original)
+++ vtigercrm/branches/5.0.3/install/3confirmConfig.php Tue Mar 6 00:49:09 2007
@@ -184,7 +184,7 @@
<b><?php echo $error_msg ?></b>
</div>
<?php if($error_msg_info) : ?>
- <p><? echo $error_msg_info ?><p>
+ <p><?php echo $error_msg_info ?><p>
<?php endif ?>
<?php endif ?>
<table width="90%" cellpadding="5" border="0" class="small" style="background-color:#cccccc" cellspacing="1">
Modified: vtigercrm/branches/5.0.3/install/5createTables.php
==============================================================================
--- vtigercrm/branches/5.0.3/install/5createTables.php (original)
+++ vtigercrm/branches/5.0.3/install/5createTables.php Tue Mar 6 00:49:09 2007
@@ -127,8 +127,8 @@
<hr noshade size=1>
<div style="width:100%;padding:10px; "align=left>
<ul>
- <li>Your install.php file has been renamed to <?echo $renamefile;?>install.php.txt.
- <li>Your install folder too has been renamed to <?echo $renamefile;?>install/.
+ <li>Your install.php file has been renamed to <?php echo $renamefile;?>install.php.txt.
+ <li>Your install folder too has been renamed to <?php echo $renamefile;?>install/.
<li>Please log in using the "admin" user name and the password you entered in step 2.
</ul>
</div>
Modified: vtigercrm/branches/5.0.3/modules/Calendar/calendar_share.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Calendar/calendar_share.php (original)
+++ vtigercrm/branches/5.0.3/modules/Calendar/calendar_share.php Tue Mar 6 00:49:09 2007
@@ -21,9 +21,9 @@
?>
<table border=0 cellspacing=0 cellpadding=5 width=100% class="layerHeadingULine">
<tr>
- <td class="layerPopupHeading" align="left"><? echo $mod_strings['LBL_CALSETTINGS']?></td>
+ <td class="layerPopupHeading" align="left"><?php echo $mod_strings['LBL_CALSETTINGS']?></td>
<td align=right>
- <a href="javascript:fninvsh('calSettings');"><img src="<?echo $image_path?>close.gif" border="0" align="absmiddle" /></a>
+ <a href="javascript:fninvsh('calSettings');"><img src="<?php echo $image_path?>close.gif" border="0" align="absmiddle" /></a>
</td>
</tr>
</table>
@@ -38,7 +38,7 @@
<input type="hidden" name="viewOption" value="<?php echo $_REQUEST['viewOption'] ?>">
<input type="hidden" name="subtab" value="<?php echo $_REQUEST['subtab'] ?>">
<input type="hidden" name="parenttab" value="<?php echo $_REQUEST['parenttab'] ?>">
-<input type="hidden" name="current_userid" value="<? echo $current_user->id ?>" >
+<input type="hidden" name="current_userid" value="<?php echo $current_user->id ?>" >
<input type="hidden" name="shar_userid" id="shar_userid" >
<table border=0 cellspacing=0 cellpadding=5 width=95% align=center>
@@ -46,12 +46,12 @@
<td class=small >
<table border=0 celspacing=0 cellpadding=5 width=100% align=center bgcolor=white>
<tr>
- <td align="right" width="10%" valign="top"><img src="<?echo $image_path?>cal_clock.jpg" align="absmiddle"></td>
+ <td align="right" width="10%" valign="top"><img src="<?php echo $image_path?>cal_clock.jpg" align="absmiddle"></td>
<td align="left" width="90%">
- <b><?echo $mod_strings['LBL_TIMESETTINGS']?></b><br>
- <input type="checkbox" name="sttime_check" <? if($current_user->start_hour != ''){?> checked <? } ?> onClick="enableCalstarttime();"> <?echo $mod_strings['LBL_CALSTART']?>
- <select name="start_hour" <? if($current_user->start_hour == ''){?>disabled <? } ?> >
- <?
+ <b><?php echo $mod_strings['LBL_TIMESETTINGS']?></b><br>
+ <input type="checkbox" name="sttime_check" <?php if($current_user->start_hour != ''){?> checked <?php } ?> onClick="enableCalstarttime();"> <?php echo $mod_strings['LBL_CALSTART']?>
+ <select name="start_hour" <?php if($current_user->start_hour == ''){?>disabled <?php } ?> >
+ <?php
for($i=0;$i<=23;$i++)
{
if($i == 0)
@@ -79,20 +79,20 @@
else
$selected = '';
?>
- <option <?echo $selected?> value="<? echo $value?>"><? echo $hour?></option>
- <?
+ <option <?php echo $selected?> value="<?php echo $value?>"><?php echo $hour?></option>
+ <?php
}
?>
</select><br>
- <input type="checkbox" name="hour_format" <? if($current_user->hour_format == '24'){?> checked <? } ?> value="24"> <?echo $mod_strings['LBL_USE24']?>
+ <input type="checkbox" name="hour_format" <?php if($current_user->hour_format == '24'){?> checked <?php } ?> value="24"> <?php echo $mod_strings['LBL_USE24']?>
</td>
</tr>
<tr><td colspan="2" style="border-bottom:1px dotted #CCCCCC;"></td></tr>
<tr>
- <td align="right" valign="top"><img src="<?echo $image_path?>cal_sharing.jpg" width="45" height="38" align="absmiddle"></td>
+ <td align="right" valign="top"><img src="<?php echo $image_path?>cal_sharing.jpg" width="45" height="38" align="absmiddle"></td>
<td align="left">
- <b><?echo $mod_strings['LBL_CALSHARE']?></b><br>
- <?echo $mod_strings['LBL_CALSHAREMESSAGE']?><br><br>
+ <b><?php echo $mod_strings['LBL_CALSHARE']?></b><br>
+ <?php echo $mod_strings['LBL_CALSHAREMESSAGE']?><br><br>
<!-- Calendar sharing UI-->
<DIV id="cal_shar" style="display:block;width:100%;height:200px">
<table border=0 cellspacing=0 cellpadding=2 width=100% bgcolor="#FFFFFF">
@@ -162,8 +162,8 @@
<table border=0 cellspacing=0 cellpadding=5 width=100% class="layerPopupTransport">
<tr>
<td align="center">
- <input type="submit" name="save" value=" <? echo $app_strings['LBL_SAVE_BUTTON_LABEL'] ?> " class="crmbutton small save" onClick = "userEventSharing('shar_userid','selected_users');"/>
- <input type="button" name="cancel" value=" <? echo $app_strings['LBL_CANCEL_BUTTON_LABEL'] ?> " class="crmbutton small cancel" onclick="fninvsh('calSettings');" />
+ <input type="submit" name="save" value=" <?php echo $app_strings['LBL_SAVE_BUTTON_LABEL'] ?> " class="crmbutton small save" onClick = "userEventSharing('shar_userid','selected_users');"/>
+ <input type="button" name="cancel" value=" <?php echo $app_strings['LBL_CANCEL_BUTTON_LABEL'] ?> " class="crmbutton small cancel" onclick="fninvsh('calSettings');" />
</td>
</tr>
</table>
Modified: vtigercrm/branches/5.0.3/modules/Campaigns/LoadList.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Campaigns/LoadList.php (original)
+++ vtigercrm/branches/5.0.3/modules/Campaigns/LoadList.php Tue Mar 6 00:49:09 2007
@@ -33,7 +33,7 @@
?>
<script>
addOnloadEvent(function() {
- window.location.href = "index.php?action=DetailView&module=Campaigns&record=<? echo $_REQUEST['return_id'];?>";
+ window.location.href = "index.php?action=DetailView&module=Campaigns&record=<?php echo $_REQUEST['return_id'];?>";
});
</script>
<?php
@@ -43,7 +43,7 @@
?>
<script>
addOnloadEvent(function() {
- window.location.href = "index.php?action=CallRelatedList&module=Campaigns&record=<? echo $_REQUEST['return_id'];?>";
+ window.location.href = "index.php?action=CallRelatedList&module=Campaigns&record=<?php echo $_REQUEST['return_id'];?>";
});
</script>
<?php
Modified: vtigercrm/branches/5.0.3/modules/Dashboard/DashboardHome.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Dashboard/DashboardHome.php (original)
+++ vtigercrm/branches/5.0.3/modules/Dashboard/DashboardHome.php Tue Mar 6 00:49:09 2007
@@ -30,10 +30,10 @@
<tr>
<td rowspan="2"><span class="dash_count">1</span> </td>
- <td nowrap><span class="genHeaderSmall"><?echo $mod_strings['LBL_SALES_STAGE_FORM_TITLE']; ?></span></td>
+ <td nowrap><span class="genHeaderSmall"><?php echo $mod_strings['LBL_SALES_STAGE_FORM_TITLE']; ?></span></td>
</tr>
<tr>
- <td><span class="big"><? echo $mod_strings['LBL_HORZ_BAR_CHART'];?></span> </td>
+ <td><span class="big"><?php echo $mod_strings['LBL_HORZ_BAR_CHART'];?></span> </td>
</tr>
</table>
@@ -68,7 +68,7 @@
</tr>
<tr>
- <td><span class="big"><? echo $mod_strings['LBL_VERT_BAR_CHART'];?></span> </td>
+ <td><span class="big"><?php echo $mod_strings['LBL_VERT_BAR_CHART'];?></span> </td>
</tr>
</table>
</td>
@@ -105,7 +105,7 @@
</tr>
<tr>
- <td><span class="big"><? echo $mod_strings['LBL_HORZ_BAR_CHART'];?></span> </td>
+ <td><span class="big"><?php echo $mod_strings['LBL_HORZ_BAR_CHART'];?></span> </td>
</tr>
</table>
</td>
@@ -140,7 +140,7 @@
</tr>
<tr>
- <td><span class="big"><? echo $mod_strings['LBL_PIE_CHART'];?></span> </td>
+ <td><span class="big"><?php echo $mod_strings['LBL_PIE_CHART'];?></span> </td>
</tr>
</table>
</td>
Modified: vtigercrm/branches/5.0.3/modules/Dashboard/DashboardHome_matrix.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Dashboard/DashboardHome_matrix.php (original)
+++ vtigercrm/branches/5.0.3/modules/Dashboard/DashboardHome_matrix.php Tue Mar 6 00:49:09 2007
@@ -33,10 +33,10 @@
<table width="20%" border="0" cellspacing="0" cellpadding="0" align="left">
<tr>
<td rowspan="2"><span class="dash_count">1</span> </td>
- <td nowrap><span class="genHeaderSmall"><?echo $mod_strings['LBL_SALES_STAGE_FORM_TITLE']; ?></span></td>
+ <td nowrap><span class="genHeaderSmall"><?php echo $mod_strings['LBL_SALES_STAGE_FORM_TITLE']; ?></span></td>
</tr>
<tr>
- <td><span class="big"><? echo $mod_strings['LBL_HORZ_BAR_CHART'];?></span> </td>
+ <td><span class="big"><?php echo $mod_strings['LBL_HORZ_BAR_CHART'];?></span> </td>
</tr>
</table>
</td>
@@ -57,7 +57,7 @@
<td nowrap><span class="genHeaderSmall"><?php echo $mod_strings['LBL_MONTH_BY_OUTCOME'];?></span></td>
</tr>
<tr>
- <td><span class="big"><? echo $mod_strings['LBL_VERT_BAR_CHART'];?></span> </td>
+ <td><span class="big"><?php echo $mod_strings['LBL_VERT_BAR_CHART'];?></span> </td>
</tr>
</table>
</td>
@@ -83,7 +83,7 @@
<td nowrap><span class="genHeaderSmall"><?php echo $mod_strings['LBL_LEAD_SOURCE_BY_OUTCOME'];?></span></td>
</tr>
<tr>
- <td><span class="big"><? echo $mod_strings['LBL_HORZ_BAR_CHART'];?></span> </td>
+ <td><span class="big"><?php echo $mod_strings['LBL_HORZ_BAR_CHART'];?></span> </td>
</tr>
</table>
</td>
@@ -105,7 +105,7 @@
<td nowrap><span class="genHeaderSmall"><?php echo $mod_strings['LBL_LEAD_SOURCE_FORM_TITLE'];?></span></td>
</tr>
<tr>
- <td><span class="big"><? echo $mod_strings['LBL_PIE_CHART'];?></span> </td>
+ <td><span class="big"><?php echo $mod_strings['LBL_PIE_CHART'];?></span> </td>
</tr>
</table>
</td>
Modified: vtigercrm/branches/5.0.3/modules/Home/UnifiedSearch.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Home/UnifiedSearch.php (original)
+++ vtigercrm/branches/5.0.3/modules/Home/UnifiedSearch.php Tue Mar 6 00:49:09 2007
@@ -139,7 +139,7 @@
//Added to display the Total record count
?>
<script>
-document.getElementById("global_search_total_count").innerHTML = " <? echo $app_strings['LBL_TOTAL_RECORDS_FOUND'] ?><b><?php echo $total_record_count; ?></b>";
+document.getElementById("global_search_total_count").innerHTML = " <?php echo $app_strings['LBL_TOTAL_RECORDS_FOUND'] ?><b><?php echo $total_record_count; ?></b>";
</script>
<?php
@@ -245,9 +245,9 @@
<table border=0 cellspacing=0 cellpadding=0 width=98% align=center>
<tr>
<td colspan="3" id="global_search_total_count" style="padding-left:30px"> </td>
- <td nowrap align="right"><? echo $app_strings['LBL_SHOW_RESULTS'] ?>
+ <td nowrap align="right"><?php echo $app_strings['LBL_SHOW_RESULTS'] ?>
<select id="global_search_module" name="global_search_module" onChange="displayModuleList(this);">
- <option value="All"><? echo $app_strings['COMBO_ALL'] ?></option>
+ <option value="All"><?php echo $app_strings['COMBO_ALL'] ?></option>
<?php
foreach($object_array as $module => $object_name)
{
Modified: vtigercrm/branches/5.0.3/modules/Users/about_us.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Users/about_us.php (original)
+++ vtigercrm/branches/5.0.3/modules/Users/about_us.php Tue Mar 6 00:49:09 2007
@@ -34,7 +34,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $app_strings['LBL_CHARSET'];?>">
<title><?php echo $mod_strings['TITLE_VTIGER_CRM_5'];?></title>
-<link href="<? echo $theme_path;?>style.css" rel="stylesheet" type="text/css">
+<link href="<?php echo $theme_path;?>style.css" rel="stylesheet" type="text/css">
<script language="javascript" type="text/javascript" src="include/js/popup.js"></script>
</head>
<style>
@@ -73,7 +73,7 @@
<body>
<table border="0" cellpadding="0" cellspacing="0" width="500">
<tr>
- <td colspan="3"><img src="<? echo $image_path;?>aboutUS.jpg" width="500" height="301"></td>
+ <td colspan="3"><img src="<?php echo $image_path;?>aboutUS.jpg" width="500" height="301"></td>
</tr>
<tr>
<td width="15%" style="border-left:2px solid #7F7F7F;"> </td>
@@ -173,7 +173,7 @@
</tr>
<tr><td colspan="3" style="border-left:2px solid #7F7F7F;border-right:2px solid #7F7F7F"> </td></tr>
<tr>
- <td colspan="3" background="<? echo $image_path;?>about_btm.jpg" height="75">
+ <td colspan="3" background="<?php echo $image_path;?>about_btm.jpg" height="75">
<table width="100%" border="0" cellpadding="5" cellspacing="0">
<tr>
<td width="70%" align="left" class="small">
Modified: vtigercrm/branches/5.0.3/modules/Webmails/dlAttachments.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Webmails/dlAttachments.php (original)
+++ vtigercrm/branches/5.0.3/modules/Webmails/dlAttachments.php Tue Mar 6 00:49:09 2007
@@ -82,7 +82,7 @@
<META HTTP-EQUIV="Refresh"
CONTENT="0; URL=<?php echo $filename;?>"
]"
- <?
+ <?php
}
Modified: vtigercrm/branches/5.0.3/modules/uploads/upload.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/uploads/upload.php (original)
+++ vtigercrm/branches/5.0.3/modules/uploads/upload.php Tue Mar 6 00:49:09 2007
@@ -8,13 +8,13 @@
*
********************************************************************************/
-->
-<?
+<?php
global $theme;
$theme_path="themes/".$theme."/";
?>
<HTML>
<head>
- <link type="text/css" href="<? echo $theme_path;?>style.css" rel="stylesheet">
+ <link type="text/css" href="<?php echo $theme_path;?>style.css" rel="stylesheet">
</head>
<BODY marginheight="0" marginwidth="0" leftmargin="0" rightmargin="0" bottommargin="0" topmargin="0">
<FORM METHOD="post" action="index.php?module=uploads&action=add2db&return_module=<?php echo $_REQUEST['return_module']?>" enctype="multipart/form-data" style="margin:0px;">
@@ -34,7 +34,7 @@
<td>
<table border=0 cellspacing=0 cellpadding=5 width=100% class=layerHeadingULine>
<tr>
- <td class="layerPopupHeading" align="left"><? echo $mod_strings["LBL_ATTACH_FILE"];?></td>
+ <td class="layerPopupHeading" align="left"><?php echo $mod_strings["LBL_ATTACH_FILE"];?></td>
<td width="70%" align="right"> </td>
</tr>
</table>
@@ -44,8 +44,8 @@
<table border=0 celspacing=0 cellpadding=5 width=100% align=center bgcolor=white class="small">
<tr>
<td width="30%" colspan="2" align="left">
- <b><? echo $mod_strings["LBL_STEP_SELECT_FILE"];?></b><br>
- <? echo $mod_strings["LBL_BROWSE_FILES"]; ?>
+ <b><?php echo $mod_strings["LBL_STEP_SELECT_FILE"];?></b><br>
+ <?php echo $mod_strings["LBL_BROWSE_FILES"]; ?>
</td>
</tr>
<tr>
@@ -54,7 +54,7 @@
<tr><td colspan="2"> </td></tr>
<tr>
<td width="30%" colspan="2" align="left">
- <b> <? echo $mod_strings["LBL_DESCRIPTION"];?> </b><? echo $mod_strings["LBL_OPTIONAL"];?>
+ <b> <?php echo $mod_strings["LBL_DESCRIPTION"];?> </b><?php echo $mod_strings["LBL_OPTIONAL"];?>
</td>
</tr>
<tr><td colspan="2" align="left"><textarea cols="50" rows="5" name="txtDescription" class="txtBox"></textarea></td></tr>
@@ -66,8 +66,8 @@
<table border=0 cellspacing=0 cellpadding=5 width=100% class="layerPopupTransport">
<tr>
<td colspan="2" align="center">
- <input type="submit" name="save" value=" <? echo $mod_strings["LBL_ATTACH"]; ?> " class="crmbutton small save" />
- <input type="button" name="cancel" value=" <? echo $mod_strings["LBL_CANCEL"];?> " class="crmbutton small cancel" onclick="self.close();" />
+ <input type="submit" name="save" value=" <?php echo $mod_strings["LBL_ATTACH"]; ?> " class="crmbutton small save" />
+ <input type="button" name="cancel" value=" <?php echo $mod_strings["LBL_CANCEL"];?> " class="crmbutton small cancel" onclick="self.close();" />
</td>
</tr>
</table>
More information about the vtigercrm-commits
mailing list