コード例 #1
0
ファイル: add.php プロジェクト: rafalkowalski2/cmsmilestone
				<div class="form-group">
					<label for="language_symbol"><?php 
echo __('LANGUAGE_SYMBOL');
?>
</label>
    				<input type="text" name="language_symbol" class="form-control" id="language_symbol">
				</div>
			</div>
			<div class="col-sm-4">
				<div class="form-group">
					<label for="version"><?php 
echo __('VERSION');
?>
</label>
    				<input type="text" name="version" class="form-control" id="version">
				</div>
			</div>
			<h2><?php 
echo __('TRANSLATION');
?>
</h2>
			<?php 
echo Helpers_Translations::generate_inputs_add($structure, $category);
?>
			<input type="submit" name="create_translation" value="<?php 
echo __('SAVE');
?>
">
		</form>
	</div>
</div>