0
0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2024-11-22 07:52:36 +00:00
salesagility_SuiteCRM/modules/Campaigns/tpls/WizardCampaignTargetListForNonNewsLetter.tpl
Horus68 34eb8562c6 Copyright notice update - Hotfix
Copyright notice update for hotfix branch
Changes: 
- Year 
- Double spaces
- Brand fix for SalesAgility Ltd. (was Salesagility Ltd)

Created from latest hotfix branch.
2018-08-01 20:14:25 +01:00

430 lines
20 KiB
Smarty
Executable File

{*
/**
*
* SugarCRM Community Edition is a customer relationship management program developed by
* SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc.
*
* SuiteCRM is an extension to SugarCRM Community Edition developed by SalesAgility Ltd.
* Copyright (C) 2011 - 2018 SalesAgility Ltd.
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU Affero 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 Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero 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 Affero General Public License version 3.
*
* In accordance with Section 7(b) of the GNU Affero General Public License version 3,
* these Appropriate Legal Notices must retain the display of the "Powered by
* SugarCRM" logo and "Supercharged by SuiteCRM" logo. If the display of the logos is not
* reasonably feasible for technical reasons, the Appropriate Legal Notices must
* display the words "Powered by SugarCRM" and "Supercharged by SuiteCRM".
*/
/**
*/
*}
<style>
{literal}
.form-control {
border-radius: 0;
}
.target-list {
background: #FFFFFF;
}
.target-list-create {
background: #FFFFFF;
}
.target-list-table {
background: #FFFFFF;
}
.row {
padding: 5px;
}
{/literal}
</style>
<input type="hidden" id="existing_target_count" name="existing_target_count" value={$TARGET_COUNT}>
<input type="hidden" id="added_target_count" name="added_target_count" value=''>
<input type="hidden" id="wiz_list_of_existing_targets" name="wiz_list_of_existing_targets" value="">
<input type="hidden" id="wiz_list_of_targets" name="wiz_list_of_targets" value="">
<input type="hidden" id="wiz_remove_target_list" name="wiz_remove_target_list" value="">
<input id="popup_target_list_type" name="popup_target_list_type" type='hidden'>
<input id="popup_target_list_name" name="popup_target_list_name" type="hidden" value="">
<input id='popup_target_list_id' name='popup_target_list_id' title='List ID' type="hidden" value=''>
<input id='popup_target_list_count' name='popup_target_list_count' title='Number of targets' type="hidden" value=''>
<div class="template-panel">
<div class="template-panel-container panel">
<div class="template-container-full">
<div class="row">
<div class="col-xs-12"><h4 class="header-4">{$MOD.LBL_TARGET_LISTS}</h4></div>
</div>
<div class="row">
<div class="col-xs-12"><label>{$MOD.LBL_STEP_INFO_TARGET_LIST_NON_NEWSLETTER}</label></div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-4">
{literal}
<script type="text/javascript">
var targetListDataJSON = {/literal}{$targetListDataJSON}{literal};
</script>
{/literal}
<ul class="target-list">
<li>{$MOD.LBL_WIZARD_ADD_TARGET}</li>
<li><input type="text" name="targetListSearch" value=""
placeholder="{$MOD.LBL_SEARCH_TARGET_LIST}" style="width: 100%;"></li>
{foreach from=$targetListData item=targetList}
<li class="target-list-item" data-id="{$targetList.id}"><a href="javascript:;"
onclick="addTargetListData('{$targetList.id}');"
title="{$targetList.description}"><span
class="targetListName">{$targetList.name}</span>&nbsp;-&nbsp;<span
class="targetListType">{$targetList.type}</span>&nbsp;<span
class="targetListCount">({$targetList.count})</span></a></li>
{/foreach}
</ul>
{literal}
<script type="text/javascript">
$(function () {
$('input[name="targetListSearch"]').keyup(function (event) {
var keywords = $(this).val();
$('li.target-list-item').each(function (i, e) {
targetListName = $(e).find('a').html();
if (targetListName.toLowerCase().indexOf(keywords.toLowerCase()) > -1) {
$(e).show();
}
else {
$(e).hide();
}
});
});
});
</script>
{/literal}
<div class="target-list-create">
{$MOD.LBL_WIZARD_TARGET_MESSAGE2}<br>
<input id="target_list_name" name="target_list_name" type='text' size='35'
placeholder="{$MOD.LBL_TARGET_NAME}" style="width: 100%;"><br>
<br>
{$MOD.LBL_TARGET_TYPE}<br>
<select id="target_list_type" name="target_list_type"
class="form-control input-sm">{$TARGET_OPTIONS}</select>
<input id='target_list_id' name='target_list_id' title='List ID' type="hidden" value=''>
<br>
<br>
<input id="target_list_count" name="target_list_count" type='hidden' size='35' value="0">
<input type='button' value='{$MOD.LBL_CREATE_TARGET}' class='button'
onclick="add_target('false');">
</div>
</div>
<div class="target-list-table col-xs-12 col-sm-7">
<table width='100%' class='detail view'>
<tr>
<td>{$MOD.LBL_TRACKERS_ADDED}</td>
</tr>
<tr>
<td>
<table border=1 width='100%'>
<tr class='detail view'>
<th scope='col' width='100' style="width:25%; text-align: left;">
<b>{$MOD.LBL_TARGET_NAME}</b></th>
<th scope='col' width='100' style="width:25%; text-align: left;">
<b>{$MOD.LBL_NUMBER_OF_TARGET}</b></th>
<th scope='col' width='100' style="width:25%; text-align: left;">
<b>{$MOD.LBL_TARGET_TYPE}</b></th>
<td>&nbsp;</td>
<td width='100' style="width:25%; text-align: left;"><b>&nbsp;</b></td>
</tr>
</table>
<div id='added_targets'>
{$EXISTING_TARGETS}
</div>
{literal}
<script type="text/javascript">
$(function () {
setInterval(function () {
if (!$('input[name="targetListSearch"]').val()) {
$('li.target-list-item').show();
$('#added_targets input[type="hidden"]').each(function (i, e) {
if ($(e).attr('id').match(/^added_target_id[0-9]+$/)) {
var targetListId = $(e).val();
$('li.target-list-item[data-id="' + targetListId + '"]').hide().attr('');
}
});
}
}, 300);
});
</script>
{/literal}
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
<p>
<script>
var image_path = '{$IMAGE_PATH}';
{literal}
//create variables that will be used to monitor the number of target url
var targets_added = 0;
//variable that will be passed back to server to specify list of targets
var wiz_list_of_targets_array = new Array();
//this function adds selected target to list
function add_target(from_popup) {
//perform validation
if (validate_step4(from_popup)) {
TRGTNAME = 'target_list_name';
TRGTID = 'target_list_id';
TRGTYPE = 'target_list_type';
TRGCOUNT = 'target_list_count';
if (from_popup == 'true') {
TRGTNAME = 'popup_target_list_name';
TRGTID = 'popup_target_list_id';
TRGTYPE = 'popup_target_list_type';
TRGCOUNT = 'popup_target_list_count';
}
//increment target count value
targets_added++;
document.getElementById('added_target_count').value = targets_added;
//get the appropriate values from target form
var trgt_name = document.getElementById(TRGTNAME);
var trgt_id = document.getElementById(TRGTID);
var trgt_type = document.getElementById(TRGTYPE);
var trgt_count = document.getElementById(TRGCOUNT);
var trgt_type_text = trgt_type.value;
{/literal}
//display the selected display text, not the value
{$PL_DOM_STMT}
{literal}
//construct html to display chosen tracker
var trgt_name_html = "<input id='target_name" + targets_added + "' type='hidden' size='20' maxlength='255' name='added_target_name" + targets_added + "' value='" + trgt_name.value + "' >" + trgt_name.value;
var trgt_id_html = "<input type='hidden' name='added_target_id" + targets_added + "' id='added_target_id" + targets_added + "' value='" + trgt_id.value + "' >";
var trgt_type_html = "<input name='added_target_type" + targets_added + "' id='added_target_type" + targets_added + "' type='hidden' value='" + trgt_type.value + "'/>" + trgt_type_text;
var trgt_count_html = trgt_count.value;
{/literal}
//display the html
{capture assign='alt_remove' }{sugar_translate label='LBL_DELETE' module='CAMPAIGNS'}{/capture}
{literal}
if (trgt_id.value) {
var targetListName = "<a href=\"index.php?module=ProspectLists&action=DetailView&record=" + trgt_id.value + "\" target=\"_blank\" title=\"{$MOD.LBL_OPEN_IN_NEW_WINDOW}\">" + trgt_name_html + "</a>"
}
else {
var targetListName = trgt_name_html;
}
{/literal}
var trgt_html =
"<div id='trgt_added_" + targets_added + "'> " +
" <table width='100%' class='tabDetailViewDL2'>" +
" <tr class='tabDetailViewDL2' >" +
" <td width='100' style=\"width:25%\">" + targetListName + "</td>" +
" <td width='100' style=\"width:25%\">" + trgt_count_html + "</td>" +
" <td width='100' style=\"width:25%\">" + trgt_type_html + "</td>" +
" <td width='100' style=\"width:25%\">" + trgt_id_html +
" <a href='#' onclick=\"remove_target('trgt_added_" + targets_added + "','" + targets_added + "'); \" > " + '{sugar_getimage name="delete_inline" ext=".gif" width="12" height="12" alt=$alt_remove other_attributes='align="absmiddle" border="0" '}' + "{$MOD.LBL_REMOVE}</a>" +
" </td>" +
" </tr>" +
" </table>" +
"</div>";
document.getElementById('added_targets').innerHTML = document.getElementById('added_targets').innerHTML + trgt_html;
//add values to array in string, separated by "@@" characters
wiz_list_of_targets_array[targets_added] = trgt_id.value + "@@" + trgt_name.value + "@@" + trgt_type.value;
//assign array to hidden input, which will be used by server to process array of targets
document.getElementById('wiz_list_of_targets').value = wiz_list_of_targets_array.toString();
//now lets clear the form to allow input of new target
trgt_name.value = '';
trgt_id.value = '';
trgt_type.value = 'default';
{literal}
if (targets_added == 1) {
document.getElementById('no_targets').style.display = 'none';
}
}
}
//this function will remove the selected target from the ui, and from the target array
function remove_target(div, num) {
//clear UI
var trgt_div = document.getElementById(div);
trgt_div.style.display = 'none';
parentNE = trgt_div.parentNode;
parentNE.removeChild(trgt_div);
//clear target array from this entry and assign to form input
wiz_list_of_targets_array[num] = '';
document.getElementById('wiz_list_of_targets').value = wiz_list_of_targets_array.toString();
}
//this function will remove the existing target from the ui, and add it's value to an array for removal upon save
function remove_existing_target(div, id) {
//clear UI
var trgt_div = document.getElementById(div);
trgt_div.style.display = 'none';
parentNE = trgt_div.parentNode;
parentNE.removeChild(trgt_div);
//assign this id to form input for removal
document.getElementById('wiz_remove_target_list').value += ',' + id;
}
/*
* this is the custom validation script that will validate the fields on step3 of wizard
* this is called directly from the add target button
*/
function validate_step4(from_popup) {
if (from_popup == 'true') {
return true;
}
requiredTxt = SUGAR.language.get('app_strings', 'ERR_MISSING_REQUIRED_FIELDS');
var stepname = 'wiz_step3_';
var has_error = 0;
var fields = new Array();
fields[0] = 'target_list_name';
fields[1] = 'target_list_type';
//loop through and check for empty strings (' ')
var field_value = '';
if ((trim(document.getElementById(fields[0]).value) != '') || (trim(document.getElementById(fields[1]).value) != '')) {
for (i = 0; i < fields.length; i++) {
field_value = trim(document.getElementById(fields[i]).value);
if (field_value.length < 1) {
add_error_style('wizform', fields[i], requiredTxt + ' ' + document.getElementById(fields[i]).title);
has_error = 1;
}
}
} else {
//no values have been entered, return false without error
return false;
}
//error has been thrown, return false
if (has_error == 1) {
return false;
}
return true;
}
/**
*This function will iterate through list of targets and gather all the values. It will
*populate these values, separated by delimiters into hidden inputs for processing
*/
function gathertargets() {
//start with the newly added targets, get count of total added
count = parseInt(targets_added);
final_list_of_targets_array = new Array();
//iterate through list of added targets
for (i = 1; i <= count; i++) {
//make sure all values exist
if (document.getElementById('target_name' + i) && document.getElementById('is_optout' + i) && document.getElementById('target_url' + i)) {
//make sure the check box value is int (0/1)
var opt_val = '0';
if (document.getElementById('is_optout' + i).checked) {
opt_val = 1;
}
//add values for this target entry into array of target entries
final_list_of_targets_array[i] = document.getElementById('target_name' + i).value + "@@" + opt_val + "@@" + document.getElementById('target_url' + i).value;
}
}
//assign array of target entries to hidden input, which will be used by server to process array of targets
document.getElementById('wiz_list_of_targets').value = final_list_of_targets_array.toString();
//Now lets process existing targets, get count of existing targets
count = parseInt(document.getElementById('existing_target_count').value);
final_list_of_existing_targets_array = new Array();
//iterate through list of existing targets
for (i = 0; i < count; i++) {
//make sure all values exist
if (document.getElementById('existing_target_name' + i) && document.getElementById('existing_is_optout' + i) && document.getElementById('existing_target_url' + i)) {
//make sure the check box value is int (0/1)
var opt_val = '0';
if (document.getElementById('existing_is_optout' + i).checked) {
opt_val = 1;
}
//add values for this target entry into array of target entries
final_list_of_existing_targets_array[i] = document.getElementById('existing_target_id' + i).value + "@@" + document.getElementById('existing_target_name' + i).value + "@@" + opt_val + "@@" + document.getElementById('existing_target_url' + i).value;
}
}
//assign array of target entries to hidden input, which will be used by server to process array of targets
document.getElementById('wiz_list_of_existing_targets').value = final_list_of_existing_targets_array.toString();
}
/*
*This function will populate values based on popup selection, and then call the
*function to add the entry to the list of targets
*/
function set_return_prospect_list(popup_reply_data) {
var form_name = popup_reply_data.form_name;
var name_to_value_array = popup_reply_data.name_to_value_array;
for (var the_key in name_to_value_array) {
if (the_key == 'toJSON') {
/* just ignore */
}
else {
window.document.forms[form_name].elements[the_key].value = name_to_value_array[the_key];
}
}
add_target('true');
}
</script>
{/literal}