Exemplo n.º 1
0
<div class="shl-main-list-wrapper span12 <?php 
if ($sticky) {
    echo ' shl-main-list-wrapper-padding';
}
?>
">

	<?php 
if ($sticky) {
    ?>
	<div class="span2 shl-hidden-low-width"></div>
	<div class="span10">
	<?php 
}
echo ShlHtmlBs_Helper::alert($this->helpMessage, $type = 'info', $dismiss = true);
?>

	<div id="sh-message-box"></div>

    <table class="table table-striped">
      <thead>
        <tr>
          <th class="shl-list-id">&nbsp;
          </th>

          <th class="shl-list-check">
            <input type="checkbox" name="toggle" value="" onclick="Joomla.checkAll(this);" />
          </th>

          <th class="shl-list-shurl">
Exemplo n.º 2
0
<div id="j-sidebar-container" class="shl-fixed span2">
<?php 
echo ShlMvcLayout_Helper::render('com_sh404sef.submenus.filters', JHtml::_('sidebar.getFilters'));
?>
</div>

<div class="shl-modal-list-wrapper shl-left-separator">

	<div class="span2 hidden-phone"></div>
	<div class="span10">

	<?php 
// possible errors and success messages
echo ShlMvcLayout_Helper::render('com_sh404sef.general.message_block', $this);
if (!empty($this->alertMsg)) {
    echo ShlHtmlBs_Helper::alert($this->alertMsg, 'info', $dismiss = false, 'alert-centered');
}
?>

	<div id="sh-message-box"></div>

	<?php 
if ($this->itemCount > 0) {
    ?>
    <table class="table table-striped">
      <thead>
        <tr>
          <th class="shl-list-id">&nbsp;
          </th>
          <th class="shl-list-check">
            <input type="checkbox" name="toggle" value="" onclick="Joomla.checkAll(this);" />
Exemplo n.º 3
0
}
?>
<div class="sh404sef-popup" id="sh404sef-popup">

<?php 
echo ShlMvcLayout_Helper::render('com_sh404sef.general.message_block', $this);
?>

<form action="index.php" method="post" name="adminForm" id="adminForm" class="form-validate form-horizontal">

  <div class="row-fluid">

  <div>
  <?php 
if (!empty($this->mainText)) {
    echo ShlHtmlBs_Helper::alert($this->mainText, $textClass, $dismiss = false);
}
?>
  </div>

  <div class="shmodal-toolbar-buttons ">
  	<button class="btn shl-left-separator" type="button"  onclick="window.parent.shlBootstrap.closeModal();">
		<?php 
echo JText::_('JCANCEL');
?>
	</button>
	<button class="btn btn-large shl-left-separator <?php 
echo $buttonClass;
?>
" type="button" onclick="Joomla.submitform('<?php 
echo $this->task;
Exemplo n.º 4
0
<?php

/**
 * @package		Joomla.Administrator
 * @subpackage	com_config
 * @copyright	Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */
defined('_JEXEC') or die;
/**
 * This layout displays message or error, insde a bootstrap alert box
 */
if (!empty($displayData->message)) {
    echo ShlHtmlBs_Helper::alert($displayData->message, $type = 'success', $dismiss = true);
}
$error = $displayData->getError();
if (!empty($error)) {
    echo ShlHtmlBs_Helper::alert($error, $type = 'error', $dismiss = true);
}
Exemplo n.º 5
0
<?php 
echo ShlMvcLayout_Helper::render('com_sh404sef.submenus.filters', JHtml::_('sidebar.getFilters'));
?>
</div>

<div class="shl-modal-list-wrapper shl-left-separator">

	<div class="span2 shl-hidden-low-width"></div>
	<div class="span10">

	<div id="sh-message-box"></div>

	<?php 
if ($this->itemCount > 0) {
    // fixed help text
    echo ShlHtmlBs_Helper::alert(JText::_('COM_SH404SEF_DUPLICATE_HELP'), 'info', $dismiss = false, 'alert-centered');
    // possible errors and success messages
    echo ShlMvcLayout_Helper::render('com_sh404sef.general.message_block', $this);
    ?>

    <table class="table table-striped">
      <thead>
        <tr>
          <th class="shl-list-id">&nbsp;
          </th>
          <th class="shl-list-check">
            <input type="checkbox" name="toggle" value="" onclick="Joomla.checkAll(this);" />
          </th>
          <th class="shl-list-shurl">
            <?php 
    echo JText::_('COM_SH404SEF_PAGE_ID');