コード例 #1
0
ファイル: edit.php プロジェクト: rafalkowalski2/cmsmilestone
echo $translation_detail->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" value="<?php 
echo $translation_detail->version;
?>
">
				</div>
			</div>
			<h2><?php 
echo __('TRANSLATION');
?>
</h2>
			<?php 
echo Helpers_Translations::generate_inputs_edit($structure, $translation, $category);
?>
			<input type="submit" name="update_translation" value="<?php 
echo __('SAVE');
?>
">
		</form>
	</div>
</div>