Exemplo n.º 1
0
echo JText::_('ACY_TEMPLATE');
?>
</div>
		<div class="toolbar" id="toolbar" style="float: right;">
			<table><tr>
			<td><a onclick="javascript:submitbutton('doupload'); return false;" href="#" ><span class="icon-32-save" title="<?php 
echo JText::_('IMPORT', true);
?>
"></span><?php 
echo JText::_('IMPORT');
?>
</a></td>
			<td><span class="divider"></span></td>
			<td><?php 
include_once ACYMAILING_BUTTON . DS . 'pophelp.php';
$helpButton = new JButtonPophelp();
echo $helpButton->fetchButton('Pophelp', 'template-upload');
?>
</td>
			</tr></table>
		</div>
	</fieldset>
	<div id="iframedoc"></div>
	<div style="text-align:center;padding-top:20px;"><input type="file" style="width:auto" name="uploadedfile" />
	<?php 
echo '<br />' . JText::sprintf('MAX_UPLOAD', acymailing_bytes(ini_get('upload_max_filesize')) > acymailing_bytes(ini_get('post_max_size')) ? ini_get('post_max_size') : ini_get('upload_max_filesize'));
?>
</div>
	<br /><br /><a class="downloadmore" href="https://www.acyba.com/acymailing/templates-pack.html" target="_blank"><?php 
echo JText::_('MORE_TEMPLATES');
?>
Exemplo n.º 2
0
        $class = ' class="selected" ';
    } else {
        $class = '';
    }
    echo '<a' . $class . ' href="' . acymailing_completeLink($this->ctrl . '&task=tag&type=' . $this->type . '&fctplug=' . $oneFamily->function, true) . '" >' . $oneFamily->name . '</a>';
}
?>
	</td>
	<?php 
if (!empty($help) and $this->app->isAdmin()) {
    ?>
	<td valign="top">
	<div style="float:right;padding-right:5px;" class="toolbar">
	<?php 
    include_once ACYMAILING_BUTTON . DS . 'pophelp.php';
    $helpButton = new JButtonPophelp();
    echo $helpButton->fetchButton('Pophelp', $help);
    ?>
	</div>
	</td>
	<?php 
}
?>
	</tr>
</table>
<div id="iframedoc" style="clear:both;position:relative;"></div>
<div id="inserttagdiv">
	<input type="text" class="inputbox" style="width:300px;" id="tagstring" name="tagstring" value="" onclick="this.select();"> <button class="btn btn-primary" id="insertButton" onclick="insertTag();"><?php 
echo JText::_('INSERT_TAG');
?>
</button>
Exemplo n.º 3
0
<div id="acy_content">
	<form action="<?php 
echo JRoute::_('index.php?option=com_acymailing&tmpl=component');
?>
" method="post" name="adminForm" id="adminForm" autocomplete="off">
		<fieldset class="acyheaderarea">
			<div class="acyheader icon-48-acytemplate" style="float: left;"><?php 
echo JText::_('ACY_CUSTOMTEMPLATE');
?>
</div>
			<div class="toolbar" id="toolbar" style="float: right;">
				<table>
					<tr>
						<td><?php 
include_once ACYMAILING_BUTTON . DS . 'pophelp.php';
$helpButton = new JButtonPophelp();
echo $helpButton->fetchButton('Pophelp', 'plugin-' . $this->help);
?>
</td>
						<td><span class="divider"></span></td>
						<td><a onclick="javascript:submitbutton('apply'); return false;" href="#" ><span class="icon-32-save" title="<?php 
echo JText::_('ACY_SAVE', true);
?>
"></span><?php 
echo JText::_('ACY_SAVE');
?>
</a></td>
					</tr>
				</table>
			</div>
		</fieldset>