File: /home/nexper/www/67.225.167.226/public_html/crm/modules/Project/tpls/DetailView.html
<!--
/*
* SugarCRM is a customer relationship management program developed by
* SugarCRM, Inc. Copyright (C) 2004 - 2009 SugarCRM Inc.
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License version 3 as published by the
* Free Software Foundation with the addition of the following permission added
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
* IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
* details.
*
* You should have received a copy of the GNU General Public License along with
* this program; if not, see http://www.gnu.org/licenses or write to the Free
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA.
*
* You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
* SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
*
* The interactive user interfaces in modified source and object code versions
* of this program must display Appropriate Legal Notices, as required under
* Section 5 of the GNU General Public License version 3.
*
* In accordance with Section 7(b) of the GNU General Public License version 3,
* these Appropriate Legal Notices must retain the display of the "Powered by
* SugarCRM" logo. If the display of the logo is not reasonably feasible for
* technical reasons, the Appropriate Legal Notices must display the words
* "Powered by SugarCRM".
*/
-->
<!-- BEGIN: main -->
<script type="text/javascript">
function prep_edit(the_form)
{
the_form.return_module.value='Project';
the_form.return_action.value='DetailView';
the_form.return_id.value='{id}';
the_form.action.value='EditView';
}
function prep_duplicate(the_form)
{
the_form.return_module.value='Project';
the_form.return_action.value='index';
the_form.isDuplicate.value=true;
the_form.action.value='EditView';
}
function prep_delete(the_form)
{
the_form.return_module.value='Project';
the_form.return_action.value='ListView';
the_form.action.value='Delete';
}
</script>
<form action="index.php" method="post"
name="DetailView" id="DetailView">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td style="padding-bottom: 2px;">
<input type="hidden" name="module" value="Project" />
<input type="hidden" name="record" value="{id}" />
<input type="hidden" name="isDuplicate" value="false" />
<input type="hidden" name="action" />
<input type="hidden" name="return_module" value="Project" />
<input type="hidden" name="return_action" value="DetailView" />
<input type="hidden" name="contact_id" />
<input type="hidden" name="account_id" />
<input type="hidden" name="opportunity_id" />
<input type="hidden" name="quote_id" />
<input type="hidden" name="project_id" value="{id}" />
<input type="hidden" name="return_id" value="{id}" />
<input title="{APP.LBL_EDIT_BUTTON_TITLE}"
accessKey="{APP.LBL_EDIT_BUTTON_KEY}" class="button" type="submit"
name="Edit" value=" {APP.LBL_EDIT_BUTTON} "
onclick="prep_edit(this.form);"
/>
<input title="{APP.LBL_DUPLICATE_BUTTON_TITLE}"
accessKey="{APP.LBL_DUPLICATE_BUTTON_KEY}" class="button" type="submit"
name="Duplicate" value="{APP.LBL_DUPLICATE_BUTTON}"
onclick="prep_duplicate(this.form);"
/>
<input title="{APP.LBL_DELETE_BUTTON_TITLE}"
accessKey="{APP.LBL_DELETE_BUTTON_KEY}" class="button" type="submit"
name="Delete" value=" {APP.LBL_DELETE_BUTTON} "
onclick="prep_delete(this.form); return confirm('{APP.NTC_DELETE_CONFIRMATION}');"
/></td>
<td align='right'>{ADMIN_EDIT}</td>
</tr>
</table>
</form>
<table width="100%" border="0" cellspacing="{GRIDLINE}" cellpadding="0"
class="tabDetailView">
{PAGINATION}
<tr>
<td width="15%" class="tabDetailViewDL"><span sugar='slot1'>{MOD.LBL_NAME}</span sugar='slot'></td>
<td width="35%" class="tabDetailViewDF"><span sugar='slot1b'>{name} </span sugar='slot'></td>
<!-- BEGIN: open_source -->
<td width="20%" class="tabDetailViewDL"><span sugar='slot3'> </span sugar='slot'></td>
<td width="20%" class="tabDetailViewDF"><span sugar='slot3b'> </span sugar='slot'></td>
<!-- END: open_source -->
</tr>
<tr>
<td class="tabDetailViewDL"><span sugar='slot4'>{MOD.LBL_ASSIGNED_USER_ID}</span sugar='slot'></td>
<td class="tabDetailViewDF"><span sugar='slot4b'>{assigned_user_name} </span sugar='slot'></td>
<td class="tabDetailViewDL"><span sugar='slot5'>{MOD.LBL_TOTAL_ESTIMATED_EFFORT}</span sugar='slot'></td>
<td class="tabDetailViewDF"><span sugar='slot5b'>{total_estimated_effort} </span sugar='slot'></td>
</tr>
<tr>
<td class="tabDetailViewDL"><span sugar='slot6'> </span sugar='slot'></td>
<td class="tabDetailViewDF"><span sugar='slot6b'> </span sugar='slot'></td>
<td class="tabDetailViewDL"><span sugar='slot7'>{MOD.LBL_TOTAL_ACTUAL_EFFORT}</span sugar='slot'></td>
<td class="tabDetailViewDF"><span sugar='slot7b'>{total_actual_effort} </span sugar='slot'></td>
</tr>
<tr>
<td class="tabDetailViewDL"><span sugar='slot8'>{MOD.LBL_DESCRIPTION}</span sugar='slot'></td>
<td class="tabDetailViewDF" colspan="3"><span sugar='slot8b'>{description} </span sugar='slot'></td>
</tr>
</table>
<!-- END: main -->
<!-- BEGIN: subpanel -->
<span sugar='slot9'>{SUBPANEL}</span sugar='slot'>
<!-- END: subpanel -->