[Vtigercrm-commits] [vtiger-commits] r9086 - /vtigercrm/trunk/Smarty/templates/Inventory/InventoryDetailView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Aug 24 00:47:06 EDT 2006
Author: richie
Date: Wed Aug 23 22:46:49 2006
New Revision: 9086
Log:
Updated InventoryDetailView.tpl for single pane view for Inventory modules -- Ahmed
Modified:
vtigercrm/trunk/Smarty/templates/Inventory/InventoryDetailView.tpl
Modified: vtigercrm/trunk/Smarty/templates/Inventory/InventoryDetailView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Inventory/InventoryDetailView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Inventory/InventoryDetailView.tpl Wed Aug 23 22:46:49 2006
@@ -49,14 +49,8 @@
</script>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
- <form action="index.php" method="post" name="DetailView" id="form">
<tr>
- <td> </td>
<td>
- <table cellpadding="0" cellspacing="5" border="0">
- {include file='DetailViewHidden.tpl'}
- </table>
-
{include file='Buttons_List1.tpl'}
<!-- Contents -->
@@ -90,8 +84,9 @@
<td class="dvtTabCache" style="width:10px" nowrap> </td>
<td class="dvtSelectedCell" align=center nowrap>{$MOD[$SINGLE_MOD]} {$APP.LBL_INFORMATION}</td>
<td class="dvtTabCache" style="width:10px"> </td>
- <td class="dvtUnSelectedCell" align=center nowrap><a href="index.php?action=CallRelatedList&module={$MODULE}&record={$ID}&parenttab={$CATEGORY}">{$APP.LBL_MORE} {$APP.LBL_INFORMATION}</a></td>
-
+ {if $SinglePane_View eq 'false'}
+ <td class="dvtUnSelectedCell" align=center nowrap><a href="index.php?action=CallRelatedList&module={$MODULE}&record={$ID}&parenttab={$CATEGORY}">{$APP.LBL_MORE} {$APP.LBL_INFORMATION}</a></td>
+ {/if}
<td class="dvtTabCache" style="width:100%"> </td>
</tr>
</table>
@@ -112,6 +107,8 @@
<!-- The following table is used to display the buttons -->
+ <form action="index.php" method="post" name="DetailView" id="form">
+ {include file='DetailViewHidden.tpl'}
<table border=0 cellspacing=0 cellpadding=0 width=100%>
{strip}
<tr nowrap>
@@ -219,6 +216,7 @@
<table border=0 cellspacing=0 cellpadding=0 width=100%>
<tr>
<td style="padding:10px;border-right:1px dashed #CCCCCC;" width="80%">
+ {if $SinglePane_View eq 'false'}
<table border=0 cellspacing=0 cellpadding=0 width=100%>
{strip}
<tr nowrap>
@@ -251,6 +249,15 @@
</tr>
{/strip}
</table>
+{/if}
+</form>
+ <table border=0 cellspacing=0 cellpadding=0 width=100%>
+ <tr>
+ <td style="border-right:1px dashed #CCCCCC;" width="100%">
+ {if $SinglePane_View eq 'true'}
+ {include file= 'RelatedListNew.tpl'}
+ {/if}
+ </td></tr></table>
</td></tr></table>
<!-- Button displayed - finished-->
<!-- Inventory Actions - ends -->
@@ -310,7 +317,6 @@
</td>
</tr>
-</form>
</table>
<script language="javascript">
var fieldname = new Array({$VALIDATION_DATA_FIELDNAME});
More information about the vtigercrm-commits
mailing list