[ create a new paste ] login | about

Link: http://codepad.org/RdA9njdr    [ raw code | fork ]

PHP, pasted on May 15:
<div class="control-group">
			<div class="control-label">
				<label id="jform_choose-lbl" for="jform_choose" class="hasTooltip" title="" data-original-title="&lt;strong&gt;COM_TEST_FIELD_CHOOSE&lt;/strong&gt;&lt;br /&gt;COM_TEST_FIELD_CHOOSE_DESC">
	COM_TEST_FIELD_CHOOSE
				</label>
			</div>
			<div class="controls">
				<fieldset id="jform_choose" class="radio btn-group btn-group-yesno">
					<input type="radio" id="jform_choose0" name="jform[choose]" value="1" checked="checked">
						<label for="jform_choose0" class="btn active btn-success">Ja</label>
						<input type="radio" id="jform_choose1" name="jform[choose]" value="0">
						<label for="jform_choose1" class="btn">Nein</label>
				</fieldset>
			</div>
</div>


<div class="control-group">
			<div class="control-label">
				<label id="jform_actions-lbl" for="jform_actions" class="hasTooltip" title="" data-original-title="&lt;strong&gt;COM_TEST_FIELD_ACTIONS&lt;/strong&gt;&lt;br /&gt;COM_TEST_FIELD_ACTIONS_DESC" aria-invalid="false">
	COM_TEST_FIELD_ACTIONS</label>
			</div>
		<div class="controls">
			<select id="jform_actions" name="jform[actions][]" class="inputbox chzn-done" multiple="" style="display: none;">
				<option value="0" selected="selected">- Kategorie wählen -</option>
				<option value="38">Test</option>
				<option value="39">Test2</option>
			</select>
			<div class="chzn-container chzn-container-multi chzn-with-drop chzn-container-active" style="width: 220px;" title="" id="jform_actions_chzn">
				<ul class="chzn-choices">
					<li class="search-choice"><span>- Kategorie wählen -</span><a class="search-choice-close" data-option-array-index="0"></a></li>
					<li class="search-choice"><span>Test</span><a class="search-choice-close" data-option-array-index="1"></a></li>
					<li class="search-field"><input type="text" value="Werte auswählen" class="" autocomplete="off" style="width: 25px;"></li>
				</ul>
			<div class="chzn-drop">
				<ul class="chzn-results">
					<li class="result-selected" style="" data-option-array-index="0">- Kategorie wählen -</li>
					<li class="result-selected" style="" data-option-array-index="1">Test</li>
					<li class="active-result highlighted" style="" data-option-array-index="2">Test2</li>
				</ul>
			</div>
		</div>
	</div>
</div>


Create a new paste based on this one


Comments: