| Current Path : /home/z/i/e/zieirix/www/components/com_jce/editor/tiny_mce/plugins/table/tmpl/ |
| Current File : /home/z/i/e/zieirix/www/components/com_jce/editor/tiny_mce/plugins/table/tmpl/general_row.php |
<?php
/**
* @copyright Copyright (c) 2009-2021 Ryan Demmer. All rights reserved
* @license GNU/GPL 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
* JCE is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses
*/
defined('JPATH_PLATFORM') or die;
?>
<div class="uk-form-row uk-grid uk-grid-small">
<label class="uk-form-label uk-width-3-10" for="rowtype">
<?php echo JText::_('WF_TABLE_ROWTYPE'); ?></label>
<div class="uk-form-controls uk-width-7-10">
<select id="rowtype">
<option value="thead"><?php echo JText::_('WF_TABLE_THEAD'); ?></option>
<option value="tbody"><?php echo JText::_('WF_TABLE_TBODY'); ?></option>
<option value="tfoot"><?php echo JText::_('WF_TABLE_TFOOT'); ?></option>
</select></div>
</div>
<div class="uk-form-row uk-grid uk-grid-small">
<label class="uk-form-label uk-width-3-10" for="align">
<?php echo JText::_('WF_TABLE_ALIGN'); ?></label>
<div class="uk-form-controls uk-width-7-10">
<select id="align">
<option value=""><?php echo JText::_('WF_OPTION_NOT_SET'); ?></option>
<option value="center"><?php echo JText::_('WF_TABLE_ALIGN_MIDDLE'); ?></option>
<option value="left"><?php echo JText::_('WF_TABLE_ALIGN_LEFT'); ?></option>
<option value="right"><?php echo JText::_('WF_TABLE_ALIGN_RIGHT'); ?></option>
</select></div>
</div>
<!--div class="uk-form-row uk-grid uk-grid-small">
<label class="uk-form-label uk-width-3-10" for="valign">
<?php echo JText::_('WF_TABLE_VALIGN'); ?></label>
<div class="uk-form-controls uk-width-7-10">
<select id="valign">
<option value=""><?php echo JText::_('WF_OPTION_NOT_SET'); ?></option>
<option value="top"><?php echo JText::_('WF_TABLE_ALIGN_TOP'); ?></option>
<option value="middle"><?php echo JText::_('WF_TABLE_ALIGN_MIDDLE'); ?></option>
<option value="bottom"><?php echo JText::_('WF_TABLE_ALIGN_BOTTOM'); ?></option>
</select></div>
</div-->
<div class="uk-form-row uk-grid uk-grid-small">
<label class="uk-form-label uk-width-3-10" for="height">
<?php echo JText::_('WF_TABLE_HEIGHT'); ?></label>
<div class="uk-form-controls uk-width-7-10">
<input type="text" id="height" value="" />
</div>
</div>