%PDF- %PDF-
Direktori : /var/www/crm/cache/modules/TSI_prescrizioniLegali/ |
Current File : /var/www/crm/cache/modules/TSI_prescrizioniLegali/EditView.tpl |
<script> {literal} $(document).ready(function(){ $("ul.clickMenu").each(function(index, node){ $(node).sugarActionMenu(); }); }); {/literal} </script> <div class="clear"></div> <form action="index.php" method="POST" name="{$form_name}" id="{$form_id}" {$enctype}> <table width="100%" cellpadding="0" cellspacing="0" border="0" class="dcQuickEdit"> <tr> <td class="buttons"> <input type="hidden" name="module" value="{$module}"> {if isset($smarty.request.isDuplicate) && $smarty.request.isDuplicate eq "true"} <input type="hidden" name="record" value=""> <input type="hidden" name="duplicateSave" value="true"> <input type="hidden" name="duplicateId" value="{$fields.id.value}"> {else} <input type="hidden" name="record" value="{$fields.id.value}"> {/if} <input type="hidden" name="isDuplicate" value="false"> <input type="hidden" name="action"> <input type="hidden" name="return_module" value="{$smarty.request.return_module}"> <input type="hidden" name="return_action" value="{$smarty.request.return_action}"> <input type="hidden" name="return_id" value="{$smarty.request.return_id}"> <input type="hidden" name="module_tab"> <input type="hidden" name="contact_role"> {if (!empty($smarty.request.return_module) || !empty($smarty.request.relate_to)) && !(isset($smarty.request.isDuplicate) && $smarty.request.isDuplicate eq "true")} <input type="hidden" name="relate_to" value="{if $smarty.request.return_relationship}{$smarty.request.return_relationship}{elseif $smarty.request.relate_to && empty($smarty.request.from_dcmenu)}{$smarty.request.relate_to}{elseif empty($isDCForm) && empty($smarty.request.from_dcmenu)}{$smarty.request.return_module}{/if}"> <input type="hidden" name="relate_id" value="{$smarty.request.return_id}"> {/if} <input type="hidden" name="offset" value="{$offset}"> {assign var='place' value="_HEADER"} <!-- to be used for id for buttons with custom code in def files--> <div class="action_buttons">{if $bean->aclAccess("save")}<input title="{$APP.LBL_SAVE_BUTTON_TITLE}" accessKey="{$APP.LBL_SAVE_BUTTON_KEY}" class="button primary" onclick="var _form = document.getElementById('EditView'); {if $isDuplicate}_form.return_id.value=''; {/if}_form.action.value='Save'; if(check_form('EditView'))SUGAR.ajaxUI.submitForm(_form);return false;" type="submit" name="button" value="{$APP.LBL_SAVE_BUTTON_LABEL}" id="SAVE_HEADER">{/if} {if !empty($smarty.request.return_action) && ($smarty.request.return_action == "DetailView" && !empty($smarty.request.return_id))}<input title="{$APP.LBL_CANCEL_BUTTON_TITLE}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="button" onclick="SUGAR.ajaxUI.loadContent('index.php?action=DetailView&module={$smarty.request.return_module}&record={$smarty.request.return_id}'); return false;" name="button" value="{$APP.LBL_CANCEL_BUTTON_LABEL}" type="button" id="CANCEL_HEADER"> {elseif !empty($smarty.request.return_action) && ($smarty.request.return_action == "DetailView" && !empty($fields.id.value))}<input title="{$APP.LBL_CANCEL_BUTTON_TITLE}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="button" onclick="SUGAR.ajaxUI.loadContent('index.php?action=DetailView&module={$smarty.request.return_module}&record={$fields.id.value}'); return false;" type="button" name="button" value="{$APP.LBL_CANCEL_BUTTON_LABEL}" id="CANCEL_HEADER"> {elseif empty($smarty.request.return_action) || empty($smarty.request.return_id) && !empty($fields.id.value)}<input title="{$APP.LBL_CANCEL_BUTTON_TITLE}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="button" onclick="SUGAR.ajaxUI.loadContent('index.php?action=index&module=TSI_prescrizioniLegali'); return false;" type="button" name="button" value="{$APP.LBL_CANCEL_BUTTON_LABEL}" id="CANCEL_HEADER"> {else}<input title="{$APP.LBL_CANCEL_BUTTON_TITLE}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="button" onclick="SUGAR.ajaxUI.loadContent('index.php?action=index&module={$smarty.request.return_module}&record={$smarty.request.return_id}'); return false;" type="button" name="button" value="{$APP.LBL_CANCEL_BUTTON_LABEL}" id="CANCEL_HEADER"> {/if} {if $bean->aclAccess("detail")}{if !empty($fields.id.value) && $isAuditEnabled}<input id="btn_view_change_log" title="{$APP.LNK_VIEW_CHANGE_LOG}" class="button" onclick='open_popup("Audit", "600", "400", "&record={$fields.id.value}&module_name=TSI_prescrizioniLegali", true, false, {ldelim} "call_back_function":"set_return","form_name":"EditView","field_to_name_array":[] {rdelim} ); return false;' type="button" value="{$APP.LNK_VIEW_CHANGE_LOG}">{/if}{/if}<div class="clear"></div></div> </td> <td align='right'> {$PAGINATION} </td> </tr> </table>{sugar_include include=$includes} <span id='tabcounterJS'><script>SUGAR.TabFields=new Array();//this will be used to track tabindexes for references</script></span> <div id="EditView_tabs" > <div > <div id="detailpanel_1" > {counter name="panelFieldCount" start=0 print=false assign="panelFieldCount"} <table width="100%" border="0" cellspacing="1" cellpadding="0" id='Default_{$module}_Subpanel' class="yui3-skin-sam edit view panelContainer"> {counter name="fieldsUsed" start=0 print=false assign="fieldsUsed"} {capture name="tr" assign="tableRow"} <tr> <td valign="top" id='name_label' width='12.5%' scope="col"> {capture name="label" assign="label"}{sugar_translate label='LBL_NAME' module='TSI_prescrizioniLegali'}{/capture} {$label|strip_semicolon}: <span class="required">*</span> </td> {counter name="fieldsUsed"} <td valign="top" width='37.5%' > {counter name="panelFieldCount"} {if strlen($fields.name.value) <= 0} {assign var="value" value=$fields.name.default_value } {else} {assign var="value" value=$fields.name.value } {/if} <input type='text' name='{$fields.name.name}' id='{$fields.name.name}' size='30' maxlength='255' value='{$value}' title='' accesskey='7' > <td valign="top" id='assigned_user_name_label' width='12.5%' scope="col"> {capture name="label" assign="label"}{sugar_translate label='LBL_ASSIGNED_TO_NAME' module='TSI_prescrizioniLegali'}{/capture} {$label|strip_semicolon}: </td> {counter name="fieldsUsed"} <td valign="top" width='37.5%' > {counter name="panelFieldCount"} <input type="text" name="{$fields.assigned_user_name.name}" class="sqsEnabled" tabindex="0" id="{$fields.assigned_user_name.name}" size="" value="{$fields.assigned_user_name.value}" title='' autocomplete="off" > <input type="hidden" name="{$fields.assigned_user_name.id_name}" id="{$fields.assigned_user_name.id_name}" value="{$fields.assigned_user_id.value}"> <span class="id-ff multiple"> <button type="button" name="btn_{$fields.assigned_user_name.name}" id="btn_{$fields.assigned_user_name.name}" tabindex="0" title="{sugar_translate label="LBL_ACCESSKEY_SELECT_USERS_TITLE"}" class="button firstChild" value="{sugar_translate label="LBL_ACCESSKEY_SELECT_USERS_LABEL"}" onclick='open_popup( "{$fields.assigned_user_name.module}", 600, 400, "", true, false, {literal}{"call_back_function":"set_return","form_name":"EditView","field_to_name_array":{"id":"assigned_user_id","user_name":"assigned_user_name"}}{/literal}, "single", true );' ><img src="{sugar_getimagepath file="id-ff-select.png"}"></button><button type="button" name="btn_clr_{$fields.assigned_user_name.name}" id="btn_clr_{$fields.assigned_user_name.name}" tabindex="0" title="{sugar_translate label="LBL_ACCESSKEY_CLEAR_USERS_TITLE"}" class="button lastChild" onclick="SUGAR.clearRelateField(this.form, '{$fields.assigned_user_name.name}', '{$fields.assigned_user_name.id_name}');" value="{sugar_translate label="LBL_ACCESSKEY_CLEAR_USERS_LABEL"}" ><img src="{sugar_getimagepath file="id-ff-clear.png"}"></button> </span> <script type="text/javascript"> SUGAR.util.doWhen( "typeof(sqs_objects) != 'undefined' && typeof(sqs_objects['{$form_name}_{$fields.assigned_user_name.name}']) != 'undefined'", enableQS ); </script> </tr> {/capture} {if $fieldsUsed > 0 } {$tableRow} {/if} {counter name="fieldsUsed" start=0 print=false assign="fieldsUsed"} {capture name="tr" assign="tableRow"} <tr> <td valign="top" id='tipologia_label' width='12.5%' scope="col"> {capture name="label" assign="label"}{sugar_translate label='LBL_TIPOLOGIA' module='TSI_prescrizioniLegali'}{/capture} {$label|strip_semicolon}: <span class="required">*</span> </td> {counter name="fieldsUsed"} <td valign="top" width='37.5%' > {counter name="panelFieldCount"} {if strlen($fields.tipologia.value) <= 0} {assign var="value" value=$fields.tipologia.default_value } {else} {assign var="value" value=$fields.tipologia.value } {/if} <input type='text' name='{$fields.tipologia.name}' id='{$fields.tipologia.name}' size='30' maxlength='255' value='{$value}' title='' > <td valign="top" id='periodicita_label' width='12.5%' scope="col"> {capture name="label" assign="label"}{sugar_translate label='LBL_PERIODICITA' module='TSI_prescrizioniLegali'}{/capture} {$label|strip_semicolon}: <span class="required">*</span> </td> {counter name="fieldsUsed"} <td valign="top" width='37.5%' > {counter name="panelFieldCount"} {if strlen($fields.periodicita.value) <= 0} {assign var="value" value=$fields.periodicita.default_value } {else} {assign var="value" value=$fields.periodicita.value } {/if} <input type='text' name='{$fields.periodicita.name}' id='{$fields.periodicita.name}' size='30' maxlength='255' value='{$value}' title='' > </tr> {/capture} {if $fieldsUsed > 0 } {$tableRow} {/if} {counter name="fieldsUsed" start=0 print=false assign="fieldsUsed"} {capture name="tr" assign="tableRow"} <tr> <td valign="top" id='attobb_label' width='12.5%' scope="col"> {capture name="label" assign="label"}{sugar_translate label='LBL_ATTOBB' module='TSI_prescrizioniLegali'}{/capture} {$label|strip_semicolon}: </td> {counter name="fieldsUsed"} <td valign="top" width='37.5%' colspan='3'> {counter name="panelFieldCount"} {if empty($fields.attobb.value)} {assign var="value" value=$fields.attobb.default_value } {else} {assign var="value" value=$fields.attobb.value } {/if} <textarea id='{$fields.attobb.name}' name='{$fields.attobb.name}' rows="4" cols="20" title='' tabindex="0" >{$value}</textarea> </tr> {/capture} {if $fieldsUsed > 0 } {$tableRow} {/if} </table> </div> {if $panelFieldCount == 0} <script>document.getElementById("DEFAULT").style.display='none';</script> {/if} </div></div> <script language="javascript"> var _form_id = '{$form_id}'; {literal} SUGAR.util.doWhen(function(){ _form_id = (_form_id == '') ? 'EditView' : _form_id; return document.getElementById(_form_id) != null; }, SUGAR.themes.actionMenu); {/literal} </script> {assign var='place' value="_FOOTER"} <!-- to be used for id for buttons with custom code in def files--> <div class="buttons"> <div class="action_buttons">{if $bean->aclAccess("save")}<input title="{$APP.LBL_SAVE_BUTTON_TITLE}" accessKey="{$APP.LBL_SAVE_BUTTON_KEY}" class="button primary" onclick="var _form = document.getElementById('EditView'); {if $isDuplicate}_form.return_id.value=''; {/if}_form.action.value='Save'; if(check_form('EditView'))SUGAR.ajaxUI.submitForm(_form);return false;" type="submit" name="button" value="{$APP.LBL_SAVE_BUTTON_LABEL}" id="SAVE_FOOTER">{/if} {if !empty($smarty.request.return_action) && ($smarty.request.return_action == "DetailView" && !empty($smarty.request.return_id))}<input title="{$APP.LBL_CANCEL_BUTTON_TITLE}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="button" onclick="SUGAR.ajaxUI.loadContent('index.php?action=DetailView&module={$smarty.request.return_module}&record={$smarty.request.return_id}'); return false;" name="button" value="{$APP.LBL_CANCEL_BUTTON_LABEL}" type="button" id="CANCEL_FOOTER"> {elseif !empty($smarty.request.return_action) && ($smarty.request.return_action == "DetailView" && !empty($fields.id.value))}<input title="{$APP.LBL_CANCEL_BUTTON_TITLE}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="button" onclick="SUGAR.ajaxUI.loadContent('index.php?action=DetailView&module={$smarty.request.return_module}&record={$fields.id.value}'); return false;" type="button" name="button" value="{$APP.LBL_CANCEL_BUTTON_LABEL}" id="CANCEL_FOOTER"> {elseif empty($smarty.request.return_action) || empty($smarty.request.return_id) && !empty($fields.id.value)}<input title="{$APP.LBL_CANCEL_BUTTON_TITLE}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="button" onclick="SUGAR.ajaxUI.loadContent('index.php?action=index&module=TSI_prescrizioniLegali'); return false;" type="button" name="button" value="{$APP.LBL_CANCEL_BUTTON_LABEL}" id="CANCEL_FOOTER"> {else}<input title="{$APP.LBL_CANCEL_BUTTON_TITLE}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="button" onclick="SUGAR.ajaxUI.loadContent('index.php?action=index&module={$smarty.request.return_module}&record={$smarty.request.return_id}'); return false;" type="button" name="button" value="{$APP.LBL_CANCEL_BUTTON_LABEL}" id="CANCEL_FOOTER"> {/if} {if $bean->aclAccess("detail")}{if !empty($fields.id.value) && $isAuditEnabled}<input id="btn_view_change_log" title="{$APP.LNK_VIEW_CHANGE_LOG}" class="button" onclick='open_popup("Audit", "600", "400", "&record={$fields.id.value}&module_name=TSI_prescrizioniLegali", true, false, {ldelim} "call_back_function":"set_return","form_name":"EditView","field_to_name_array":[] {rdelim} ); return false;' type="button" value="{$APP.LNK_VIEW_CHANGE_LOG}">{/if}{/if}<div class="clear"></div></div> </div> </form> {$set_focus_block} <script>SUGAR.util.doWhen("document.getElementById('EditView') != null", function(){ldelim}SUGAR.util.buildAccessKeyLabels();{rdelim}); </script><script type="text/javascript"> YAHOO.util.Event.onContentReady("EditView", function () {ldelim} initEditView(document.forms.EditView) {rdelim}); //window.setTimeout(, 100); window.onbeforeunload = function () {ldelim} return onUnloadEditView(); {rdelim}; // bug 55468 -- IE is too aggressive with onUnload event if ($.browser.msie) {ldelim} $(document).ready(function() {ldelim} $(".collapseLink,.expandLink").click(function (e) {ldelim} e.preventDefault(); {rdelim}); {rdelim}); {rdelim} </script>{literal} <script type="text/javascript"> addForm('EditView');addToValidate('EditView', 'name', 'name', true,'{/literal}{sugar_translate label='LBL_NAME' module='TSI_prescrizioniLegali' for_js=true}{literal}' ); addToValidate('EditView', 'date_entered_date', 'date', false,'Date Created' ); addToValidate('EditView', 'date_modified_date', 'date', false,'Date Modified' ); addToValidate('EditView', 'modified_user_id', 'assigned_user_name', false,'{/literal}{sugar_translate label='LBL_MODIFIED' module='TSI_prescrizioniLegali' for_js=true}{literal}' ); addToValidate('EditView', 'modified_by_name', 'relate', false,'{/literal}{sugar_translate label='LBL_MODIFIED_NAME' module='TSI_prescrizioniLegali' for_js=true}{literal}' ); addToValidate('EditView', 'created_by', 'assigned_user_name', false,'{/literal}{sugar_translate label='LBL_CREATED' module='TSI_prescrizioniLegali' for_js=true}{literal}' ); addToValidate('EditView', 'created_by_name', 'relate', false,'{/literal}{sugar_translate label='LBL_CREATED' module='TSI_prescrizioniLegali' for_js=true}{literal}' ); addToValidate('EditView', 'description', 'text', false,'{/literal}{sugar_translate label='LBL_DESCRIPTION' module='TSI_prescrizioniLegali' for_js=true}{literal}' ); addToValidate('EditView', 'deleted', 'bool', false,'{/literal}{sugar_translate label='LBL_DELETED' module='TSI_prescrizioniLegali' for_js=true}{literal}' ); addToValidate('EditView', 'assigned_user_id', 'relate', false,'{/literal}{sugar_translate label='LBL_ASSIGNED_TO_ID' module='TSI_prescrizioniLegali' for_js=true}{literal}' ); addToValidate('EditView', 'assigned_user_name', 'relate', false,'{/literal}{sugar_translate label='LBL_ASSIGNED_TO_NAME' module='TSI_prescrizioniLegali' for_js=true}{literal}' ); addToValidate('EditView', 'attobb', 'text', false,'{/literal}{sugar_translate label='LBL_ATTOBB' module='TSI_prescrizioniLegali' for_js=true}{literal}' ); addToValidate('EditView', 'periodicita', 'varchar', true,'{/literal}{sugar_translate label='LBL_PERIODICITA' module='TSI_prescrizioniLegali' for_js=true}{literal}' ); addToValidate('EditView', 'tipologia', 'varchar', true,'{/literal}{sugar_translate label='LBL_TIPOLOGIA' module='TSI_prescrizioniLegali' for_js=true}{literal}' ); addToValidateBinaryDependency('EditView', 'assigned_user_name', 'alpha', false,'{/literal}{sugar_translate label='ERR_SQS_NO_MATCH_FIELD' module='TSI_prescrizioniLegali' for_js=true}{literal}: {/literal}{sugar_translate label='LBL_ASSIGNED_TO' module='TSI_prescrizioniLegali' for_js=true}{literal}', 'assigned_user_id' ); </script><script language="javascript">if(typeof sqs_objects == 'undefined'){var sqs_objects = new Array;}sqs_objects['EditView_assigned_user_name']={"form":"EditView","method":"get_user_array","field_list":["user_name","id"],"populate_list":["assigned_user_name","assigned_user_id"],"required_list":["assigned_user_id"],"conditions":[{"name":"user_name","op":"like_custom","end":"%","value":""}],"limit":"30","no_match_text":"No Match"};</script>{/literal}