Example #1
0
">
                            <?php 
echo JText::_('COM_COMMUNITY_CONFIGURATION_MOODS_BADGES_ENABLE_MOODS');
?>
                            </span>
                        </td>
                        <td valign="top">
                            <?php 
echo CHTMLInput::checkbox('enablemood', 'ace-switch ace-switch-5', null, $this->config->get('enablemood'));
?>
                        </td>
                    </tr>
                    <tr>
                        <td class="key">
                            <span class="js-tooltip" title="<?php 
echo JTexT::_('COM_COMMUNITY_CONFIGURATION_MOODS_BADGES_ENABLE_BADGES_TIPS');
?>
">
                                <?php 
echo JText::_('COM_COMMUNITY_CONFIGURATION_MOODS_BADGES_ENABLE_BADGES');
?>
                            </span>
                        </td>
                        <td>
                            <?php 
echo CHTMLInput::checkbox('enable_badges', 'ace-switch ace-switch-5', null, $this->config->get('enable_badges'));
?>
                        </td>
                    </tr>
                </tbody>
            </table>
Example #2
0
		</div>
	</div>	

	<div id="t3-admin-tour-controls" class="t3-admin-tour-controls clearfix">
		<div class="btn-group  pull-left">
			<button class="t3-admin-tour-prevtourstep btn btn-primary"><i class="icon-caret-left"></i>Prev</button>	
			<button class="t3-admin-tour-nexttourstep btn btn-primary">Next<i class="icon-caret-right" style="margin-left: 5px; margin-right: 0;"></i></button>
		</div>
		<button class="t3-admin-tour-endtour btn pull-right"><i class="icon-ok"></i>End</button>	
		<div class="t3-admin-tour-count"><span class="t3-admin-tour-idx"></span>/<span class="t3-admin-tour-total"></span></div>
	</div>
</div>

<div id="t3-admin-tour-quickhelp" class="t3-admin-tour-quickhelp hide">
	<button type="button" class="close" aria-hidden="true">&times;</button>
	<div><?php echo JTexT::_('T3_TOUR_QUICK_HELP') ?></div>
</div>

<script type="text/javascript">
	//Remove mootools
	if(typeof Element != 'undefined' && Element.implement){
		Element.implement({show: null, hide: null})
	}

	var T3Tours = {};

	T3Tours.tours = [
		{
			id		: '1',
			element : "#t3-admin-tb-recompile",
			position: "bottom",
Example #3
0
">
                            <?php 
echo JText::_('COM_COMMUNITY_CONFIGURATION_FRONTPAGE_SHOW_CUSTOM_ACTIVITY');
?>
                            </span>
                        </td>
                        <td valign="top">
                            <?php 
echo CHTMLInput::checkbox('custom_activity', 'ace-switch ace-switch-5', null, $this->config->get('custom_activity'));
?>
                        </td>
                    </tr>
                    <tr>
                        <td class="key">
                            <span class="js-tooltip" title="<?php 
echo JTexT::_('COM_COMMUNITY_CONFIGURATION_INFINITE_SCROLL_TIPS');
?>
">
                                <?php 
echo JText::_('COM_COMMUNITY_CONFIGURATION_INFINITE_SCROLL');
?>
                            </span>
                        </td>
                        <td>
                            <?php 
echo CHTMLInput::checkbox('infinitescroll', 'ace-switch ace-switch-5', null, $this->config->get('infinitescroll'));
?>
                        </td>
                    </tr>
                    <tr>
                        <td class="key">
Example #4
0
			<p><?php 
echo JTexT::_('T3_LAYOUT_ASK_ADD_LAYOUT_DESC');
?>
</p>
      <div class="input-prepend">
        <span class="add-on"><i class="icon-info-sign"></i></span>
        <input type="text" class="input-xlarge" id="t3-admin-layout-cloned-name" />
      </div>
		</form>
		<div class="message-block">
			<p class="msg"><?php 
echo JTexT::_('T3_LAYOUT_ASK_DEL_LAYOUT_DESC');
?>
</p>
		</div>
	</div>
	<div class="modal-footer">
		<button class="btn cancel" data-dismiss="modal"><?php 
echo JTexT::_('JCANCEL');
?>
</button>
		<button class="btn btn-danger yes hide"><?php 
echo JTexT::_('T3_LAYOUT_LABEL_DELETEIT');
?>
</button>
		<button class="btn btn-success yes"><?php 
echo JTexT::_('T3_LAYOUT_LABEL_CLONEIT');
?>
</button>
	</div>
</div>
Example #5
0
echo JTexT::_('T3_TOUR_CTRL_NEXT');
?>
  <i class="icon-caret-right"></i></button>
		</div>
		<button class="t3-admin-tour-endtour btn pull-right"><i class="icon-ok"></i>  <?php 
echo JTexT::_('T3_TOUR_CTRL_END');
?>
</button>	
		<div class="t3-admin-tour-count"><span class="t3-admin-tour-idx"></span>/<span class="t3-admin-tour-total"></span></div>
	</div>
</div>

<div id="t3-admin-tour-quickhelp" class="t3-admin-tour-quickhelp hide">
	<button type="button" class="close" aria-hidden="true">&times;</button>
	<div><?php 
echo JTexT::_('T3_TOUR_QUICK_HELP');
?>
</div>
</div>

<script type="text/javascript">
	//Remove mootools
	if(typeof Element != 'undefined' && Element.implement){
		Element.implement({show: null, hide: null})
	}

	var T3Tours = {};

	T3Tours.tours = [
		{
			id		: '1',
Example #6
0
              <fieldset class="">
                <input type="text" class="input-medium toolcol-exclass toolbox-input" name="toolcol-exclass" data-name="class" value="" />
              </fieldset>
            </li>
          </ul>
        </div>    
      </div> 
      
      <div class="toolbox-actions-group">
        <button class="plazart-admin-tog-fullscreen toolbox-action toolbox-togglescreen" data-action="toggleScreen" data-iconfull="fa fa-expand" data-iconsmall="fa fa-compress"><i class="fa fa-expand"></i></button>

        <button class="btn btn-success toolbox-action toolbox-saveConfig hide" data-action="saveConfig"><i class="fa fa-floppy-o"></i><?php 
echo JTexT::_('PLAZART_NAVIGATION_MM_SAVE');
?>
</button>
        <!--button class="btn btn-danger toolbox-action toolbox-resetConfig"><i class="icon-undo"></i><?php 
echo JTexT::_('PLAZART_NAVIGATION_MM_RESET');
?>
</button-->
      </div>

    </div>
  </div>

  <div id="plazart-admin-mm-container" class="navbar clearfix"></div> 
</div>
<script type="text/javascript">
  jQuery('#plazart-admin-megamenu select').chosen({
    allow_single_deselect: true
  });
</script>
Example #7
0
              <fieldset class="">
                <input type="text" class="input-medium toolcol-exclass toolbox-input" name="toolcol-exclass" data-name="class" value="" />
              </fieldset>
            </li>
          </ul>
        </div>    
      </div> 
      
      <div class="toolbox-actions-group">
        <button class="t3-admin-tog-fullscreen toolbox-action toolbox-togglescreen" data-action="toggleScreen" data-iconfull="icon-resize-full" data-iconsmall="icon-resize-small"><i class="icon-resize-full"></i></button>

        <button class="btn btn-success toolbox-action toolbox-saveConfig hide" data-action="saveConfig"><i class="icon-save"></i><?php 
echo JTexT::_('T3_NAVIGATION_MM_SAVE');
?>
</button>
        <!--button class="btn btn-danger toolbox-action toolbox-resetConfig"><i class="icon-undo"></i><?php 
echo JTexT::_('T3_NAVIGATION_MM_RESET');
?>
</button-->
      </div>

    </div>
  </div>

  <div id="t3-admin-mm-container" class="navbar clearfix"></div> 
</div>
<script type="text/javascript">
  jQuery('#t3-admin-megamenu select').chosen({
    allow_single_deselect: true
  });
</script>
Example #8
0
<!-- CLONE BUTTONS -->
<div id="t3-admin-layout-clone-btns">
	<button id="t3-admin-layout-clone-copy" class="btn btn-success"><i class="icon-save"></i><?php echo JTexT::_('T3_LAYOUT_LABEL_SAVE_AS_COPY') ?></button>
	<button id="t3-admin-layout-clone-delete" class="btn"><i class="icon-remove"></i><?php echo JTexT::_('T3_LAYOUT_LABEL_DELETE') ?></button>
</div>

<!-- MODAL CLONE LAYOUT -->
<div id="t3-admin-layout-clone-dlg" class="layout-modal modal fade hide">
	<div class="modal-header">
		<button type="button" class="close" data-dismiss="modal">×</button>
		<h3><?php echo JTexT::_('T3_LAYOUT_ASK_ADD_LAYOUT') ?></h3>
	</div>
	<div class="modal-body">
		<form class="form-horizontal prompt-block">
			<p><?php echo JTexT::_('T3_LAYOUT_ASK_ADD_LAYOUT_DESC') ?></p>
      <div class="input-prepend">
        <span class="add-on"><i class="icon-info-sign"></i></span>
        <input type="text" class="input-xlarge" id="t3-admin-layout-cloned-name" />
      </div>
		</form>
		<div class="message-block">
			<p class="msg"><?php echo JTexT::_('T3_LAYOUT_ASK_DEL_LAYOUT_DESC') ?></p>
		</div>
	</div>
	<div class="modal-footer">
		<button class="btn cancel" data-dismiss="modal"><?php echo JTexT::_('JCANCEL') ?></button>
		<button class="btn btn-danger yes hide"><?php echo JTexT::_('T3_LAYOUT_LABEL_DELETEIT') ?></button>
		<button class="btn btn-success yes"><?php echo JTexT::_('T3_LAYOUT_LABEL_CLONEIT') ?></button>
	</div>
</div>
Example #9
0
              </fieldset>
            </li>
          </ul>
          <ul>
            <li>
              <label class="hasTip" title="<?php echo JTexT::_('T3_NAVIGATION_MM_EX_CLASS'), '::', JTexT::_('T3_NAVIGATION_MM_EX_CLASS_DESC') ?>"><?php echo JTexT::_('T3_NAVIGATION_MM_EX_CLASS') ?></label>
              <fieldset class="">
                <input type="text" class="input-medium toolcol-exclass toolbox-input" name="toolcol-exclass" data-name="class" value="" />
              </fieldset>
            </li>
          </ul>
        </div>    
      </div> 
      
      <div class="toolbox-actions-group">
        <button class="t3-admin-tog-fullscreen toolbox-action toolbox-togglescreen" data-action="toggleScreen" data-iconfull="icon-resize-full" data-iconsmall="icon-resize-small"><i class="icon-resize-full"></i></button>

        <button class="btn btn-success toolbox-action toolbox-saveConfig hide" data-action="saveConfig"><i class="icon-save"></i><?php echo JTexT::_('T3_NAVIGATION_MM_SAVE') ?></button>
        <!--button class="btn btn-danger toolbox-action toolbox-resetConfig"><i class="icon-undo"></i><?php echo JTexT::_('T3_NAVIGATION_MM_RESET') ?></button-->
      </div>

    </div>
  </div>

  <div id="t3-admin-mm-container" class="navbar clearfix"></div> 
</div>
<script type="text/javascript">
  jQuery('#t3-admin-megamenu select').chosen({
    allow_single_deselect: true
  });
</script>
Example #10
0
echo JTexT::_('CANVAS_TOUR_CTRL_NEXT');
?>
  <i class="icon-caret-right"></i></button>
		</div>
		<button class="canvas-admin-tour-endtour btn pull-right"><i class="icon-ok"></i>  <?php 
echo JTexT::_('CANVAS_TOUR_CTRL_END');
?>
</button>	
		<div class="canvas-admin-tour-count"><span class="canvas-admin-tour-idx"></span>/<span class="canvas-admin-tour-total"></span></div>
	</div>
</div>

<div id="canvas-admin-tour-quickhelp" class="canvas-admin-tour-quickhelp hide">
	<button type="button" class="close" aria-hidden="true">&times;</button>
	<div><?php 
echo JTexT::_('CANVAS_TOUR_QUICK_HELP');
?>
</div>
</div>

<script type="text/javascript">
	//Remove mootools
	if(typeof Element != 'undefined' && Element.implement){
		Element.implement({show: null, hide: null})
	}

	var CANVASTours = {};

	CANVASTours.tours = [
		{
			id		: '1',