예제 #1
0
</label>:</td><td><?php 
echo htmlGmp::text('subject', array('attrs' => 'placeholder="' . langGmp::_('Subject') . '"'));
?>
</td></tr>
                        <tr><td valign="top"><label for="category"><?php 
langGmp::_e('Category');
?>
</label>:</td><td><?php 
echo htmlGmp::selectbox('category', array('optionsGmp' => $this->devQuestions));
?>
</td></tr>
                        <tr><td valign="top"><label for="message"><?php 
langGmp::_e('Message');
?>
</label>:</td><td><?php 
echo htmlGmp::textarea('message', array('attrs' => 'placeholder="' . langGmp::_('Type your meassage here. If you have any troubles, please describe it accurately. If it`s possibe send us: (text of the errors, print screen of errors, link to the webpages where you try to insert products, and any other information)') . '"'));
?>
</td></tr>
                        <tr>
                            <td valign="top">
                                <?php 
echo htmlGmp::hidden('mod', array('value' => 'adminmenu'));
?>
                                <?php 
echo htmlGmp::hidden('action', array('value' => 'sendMailToDevelopers'));
?>
                                <?php 
echo htmlGmp::hidden('reqType', array('value' => 'ajax'));
?>
                                <?php 
echo htmlGmp::submit('send', array('value' => langGmp::_('Send e-mail')));
예제 #2
0
</label>
				<?php 
    if ($askId == 4) {
        ?>
					<label id="toeFindUsUrlShell" style="display: none;"><?php 
        _e('Please, post url', GMP_LANG_CODE);
        ?>
: <?php 
        echo htmlGmp::text('find_on_web_url');
        ?>
</label>
				<?php 
    } elseif ($askId == 5) {
        ?>
					<label style="display: none;" id="toeOtherWayTextShell"><?php 
        echo htmlGmp::textarea('other_way_desc');
        ?>
</label>
				<?php 
    }
    ?>
			<?php 
}
?>

			<div class="spacer"></div>

			<h2><?php 
_e('Video tutorial', GMP_LANG_CODE);
?>
</h2>
예제 #3
0
?>
</label>
				<div class='gmpFormElemCon'>
					<?php 
echo htmlGmp::input('title', array('attrs' => 'required="required" class="gmpInputLarge gmpHintElem" id="group_title"', 'hint' => langGmp::_('Title For Group')));
?>
	            </div>
            </div>
            <div class="gmpFormRow">
				<label for="group_description" class="gmpFormLabel"><?php 
langGmp::_e("Group Description");
?>
</label>
				<div class='gmpFormElemCon'>
				<?php 
echo htmlGmp::textarea('description', array('attrs' => 'id="group_description" class="gmpInputLarge gmpHintElem"', 'hint' => langGmp::_('Description For Goup')));
?>
	            </div>
            </div>
            <div class="gmpMarkerEditformBtns">
				<a id="gmpSave_group_button" class="btn btn-success" onclick="return gmpSaveGroup()">
					<span class="gmpIcon gmpIconAdd"></span>
					<?php 
langGmp::_e('Save');
?>
				</a>
				<a  id="gmpReset_group_button" class="btn btn-danger" onclick="gmpResetGroupForm()">
					<span class="gmpIcon gmpIconReset"></span><?php 
langGmp::_e('Reset');
?>
				</a>