Пример #1
0
    } else {
        ?>
        <tr>
          <td colspan="9">
            <div class="alert alert-info">
              <?php 
        echo JText::_('COM_JOOMGALLERY_MAIMAN_PLEASE_CHECK');
        ?>
            </div>
            <p>
              <button class="btn btn-large btn-primary pull-le" onclick="Joomla.submitform('check');return false;" type="button"><?php 
        echo JText::_('COM_JOOMGALLERY_MAIMAN_CHECK');
        ?>
</button>
              <div class="hasTooltip jg_mntcheckoriinals pull-left well" title="<?php 
        echo JHtml::tooltiptext('COM_JOOMGALLERY_MAIMAN_CHECK_ORIGINALS', 'COM_JOOMGALLERY_MAIMAN_CHECK_ORIGINALS_DESC');
        ?>
">
                <?php 
        echo JText::_('COM_JOOMGALLERY_MAIMAN_CHECK_ORIGINALS');
        ?>
                <fieldset class="radio btn-group">
                  <input id="check_originals0" type="radio"<?php 
        echo !$this->state->get('check_originals', 1) ? ' checked="checked"' : '';
        ?>
 value="0" name="check_originals">
                  <label id="check_originals0-lbl" class="radio" for="check_originals0"><?php 
        echo JText::_('JNO');
        ?>
</label>
                  <input id="check_originals1" type="radio"<?php 
Пример #2
0
?>
          </th>-->
          <th width="1%" class="hidden-phone">
            <input type="checkbox" name="checkall-toggle" value="" title="<?php 
echo JText::_('JGLOBAL_CHECK_ALL');
?>
" onclick="Joomla.checkAll(this)" />
          </th>
          <th>
            <?php 
echo JHtml::_('grid.sort', 'COM_JOOMGALLERY_CONFIGS_TITLE', 'g.title', $listDirn, $listOrder);
?>
          </th>
          <th>
            <span title="<?php 
echo JHtml::tooltiptext('COM_JOOMGALLERY_CONFIGS_GROUPS', 'COM_JOOMGALLERY_CONFIGS_GROUPS_TIP');
?>
" class="hasTooltip">
              <?php 
echo JText::_('COM_JOOMGALLERY_CONFIGS_GROUPS');
?>
            </span>
          </th>
          <th class="hidden-phone">
            <?php 
echo JHtml::_('grid.sort', 'COM_JOOMGALLERY_CONFIGS_GROUP', 'g.lft', $listDirn, $listOrder);
?>
          </th>
          <th class="nowrap hidden-phone">
            <?php 
echo JHtml::_('grid.sort', 'JGRID_HEADING_ORDERING', 'c.ordering', $listDirn, $listOrder);