mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 22:59:57 +09:00
issue 2531 modify a modal of group image mark.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11665 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4a0218b83c
commit
1f75ce2996
1 changed files with 21 additions and 38 deletions
|
|
@ -92,48 +92,31 @@
|
||||||
<div class="x_clearfix">
|
<div class="x_clearfix">
|
||||||
<span class="x_pull-right"><input class="x_btn x_btn-primary x_btn-large" type="submit" value="{$lang->cmd_save}" /></span>
|
<span class="x_pull-right"><input class="x_btn x_btn-primary x_btn-large" type="submit" value="{$lang->cmd_save}" /></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Multilingual -->
|
|
||||||
<div id="langEdit" class="langEdit tgContent">
|
|
||||||
<ul class="langList"></ul>
|
|
||||||
<div class="langInput">
|
|
||||||
<h2>{$lang->cmd_multilingual} <strong>{$lang->cmd_modify}...</strong> | <a href="#langEdit">{$lang->cmd_insert}</a></h2>
|
|
||||||
<ul>
|
|
||||||
{@
|
|
||||||
/* move current language to the top */
|
|
||||||
$a = array($lang_type=>$lang_supported[$lang_type]);
|
|
||||||
unset($lang_supported[$lang_type]);
|
|
||||||
$lang_supported = array_merge($a, $lang_supported);
|
|
||||||
}
|
|
||||||
<li loop="$lang_supported=>$code,$name" class="{$code}"><label for="{$code}_var1">{$name}</label> <input type="text" value="" id="{$code}_var1" /></li>
|
|
||||||
</ul>
|
|
||||||
<div class="action">
|
|
||||||
<div class="btnArea">
|
|
||||||
<span class="btn small"><input type="submit" value="{$lang->use}|{$lang->use_after_save}" /></span>
|
|
||||||
</div>
|
|
||||||
<p><a href="{getUrl('act','dispModuleAdminLangcode')}">{$lang->multilingual_manager}</a></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<div class="modal" id="imageMark">
|
<div class="x_modal" id="imageMark">
|
||||||
<div class="fg portlet">
|
<div class="x_modal-header">
|
||||||
<div class="_useImageMark" style="display:none">
|
<h3>{$lang->group_image_mark} {$lang->cmd_setup}</h3>
|
||||||
<h2>{$lang->use_group_image_mark}</h2>
|
</div>
|
||||||
<input id="useImageMark" type="radio" name="useImageMark" value="Y" />
|
<div class="x_modal-body section">
|
||||||
<label for="useImageMark">{$lang->use}</label>
|
<div class="_useImageMark x_control-group" style="display:none">
|
||||||
<input id="noImageMark" type="radio" name="useImageMark" value="N" />
|
<p>{$lang->use_group_image_mark}</p>
|
||||||
<label for="noImageMark">{$lang->notuse}</label>
|
<label for="useImageMark" class="x_inline"><input id="useImageMark" type="radio" name="useImageMark" value="Y" />
|
||||||
|
{$lang->use}</label>
|
||||||
|
<label for="noImageMark" class="x_inline"><input id="noImageMark" type="radio" name="useImageMark" value="N" />
|
||||||
|
{$lang->notuse}</label>
|
||||||
</div>
|
</div>
|
||||||
<!--@if($fileBoxList)-->
|
<div class="x_control-group" cond="$fileBoxList">
|
||||||
<div>
|
<p>{$lang->usable_group_image_mark_list}</p>
|
||||||
<h2>{$lang->usable_group_image_mark_list}</h2>
|
<div class="filebox_list">
|
||||||
<div class="filebox_list">
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="x_control-group">
|
||||||
|
<p>{$lang->add_group_image_mark}</p>
|
||||||
|
<a href="{getUrl('', 'module','admin', 'act', 'dispModuleAdminFileBox')}" target="_blank">{$lang->link_file_box}</a>
|
||||||
</div>
|
</div>
|
||||||
<!--@end-->
|
</div>
|
||||||
<h2>{$lang->add_group_image_mark}</h2>
|
<div class="x_modal-footer">
|
||||||
<a href="{getUrl('', 'module','admin', 'act', 'dispModuleAdminFileBox')}" target="_blank">{$lang->link_file_box}</a>
|
<button type="button" class="x_btn x_pull-left" data-hide="#exModal-1">Close</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue