<?php 
    }
    ?>
	<?php 
    if (!empty($this->tplModulesPromo)) {
        ?>
		<?php 
        foreach ($this->tplModulesPromo as $tplPromo) {
            ?>
			<li class="cspTemplatePrevShell">
				<h2 style="text-align: center; color: #454545"><?php 
            echo $tplPromo['label'];
            ?>
</h2><hr />
				<?php 
            echo htmlCsp::img($tplPromo['img'], false, array('attrs' => 'class="cspAdminTemplateImgPrev"'));
            ?>
<hr />
				<input type="submit" onclick="window.open('<?php 
            echo $tplPromo['link'];
            ?>
'); return false;" class="button button-primary button-large" value="<?php 
            langCsp::_e('Available in PRO version');
            ?>
">
			</li>
		<?php 
        }
        ?>
	<?php 
    }
langCsp::_e('Status');
?>
</td>
								<td><?php 
langCsp::_e('Remove');
?>
</td>
							</tr>
							<tr class="cspExample cspTblRow" style="display: none;">
								<td class="email"></td>
								<td>
									<a href="#" onclick="cspSubscrbChangeStatus(this); return false;" class="status cspStatusIndicator" valueTo="class"></a>
								</td>
								<td>
									<a href="#" onclick="cspSubscrbRemove(this); return false;"><?php 
echo htmlCsp::img('cross.gif');
?>
</a>
									<?php 
echo htmlCsp::hidden('id', array('attrs' => 'class="id" valueTo="value"'));
?>
								</td>
							</tr>
						</table>
						<div id="cspAdminSubersPaging"></div>
						<div id="cspAdminSubersMsg"></div>
					</div>
				</div>
			</div>
		</div>
	</div>