mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
다른 프레임워크와 css 충돌을 피하기 위해 rhymix.less의 class/id 이름에 prefix 처리
변경전의 xe.less 파일도 rhymix.less와 함께 load 하여 호환정 유지
CSS 충돌 예)
bootstrap의 .btn
사용 예)
bootstrap 사용시엔 {Context::unloadBasicFiles('xe')}으로 unload 시키면 문제없음
This commit is contained in:
parent
30e0a5c583
commit
b1cb1f3f34
251 changed files with 938 additions and 776 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<include target="./header.html" />
|
||||
<load target="js/importer_admin.js" />
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/importer/tpl/index/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/importer/tpl/index/1'" class="rhymix_message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<form class="section" action="./" method="get" onsubmit="return doPreProcessing(this, 'documentForm')" id="documentForm">
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
<label><input type="checkbox" name="isSync" value="Y" /> {$lang->type_syncmember}</label>
|
||||
<p class="x_help-block">{$lang->import_step_desc[3]}</p>
|
||||
</div>
|
||||
<div class="btnArea">
|
||||
<div class="rhymix_button_wrapper">
|
||||
<button type="submit" class="x_btn x_btn-primary">{$lang->importer}</button>
|
||||
</div>
|
||||
</form>
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
<label><input type="checkbox" name="isSync" value="Y" /> {$lang->type_syncmember}</label>
|
||||
<p class="x_help-block">{$lang->import_step_desc[3]}</p>
|
||||
</div>
|
||||
<div class="btnArea">
|
||||
<div class="rhymix_button_wrapper">
|
||||
<button type="submit" class="x_btn x_btn-primary">{$lang->importer}</button>
|
||||
</div>
|
||||
</form>
|
||||
|
|
@ -71,7 +71,7 @@
|
|||
</span>
|
||||
<p class="x_help-inline" style="line-height:26px"></p>
|
||||
</div>
|
||||
<div class="btnArea">
|
||||
<div class="rhymix_button_wrapper">
|
||||
<button type="submit" class="x_btn x_btn-primary">{$lang->importer}</button>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -13,9 +13,9 @@
|
|||
<input type="hidden" name="user_id" value="" />
|
||||
<h3 class="h3">{$lang->import_step_title[99]} - {$lang->import_step_desc[99]}</h3>
|
||||
<div id="status"></div>
|
||||
<div class="btnArea">
|
||||
<input class="btn" id="btn_continue" style="display:none;" type="submit" value="{$lang->cmd_continue}" />
|
||||
<input class="btn" id="btn_reload" style="display:block;" type="button" value="{$lang->cmd_reload}" onclick="location.reload()"/>
|
||||
<div class="rhymix_button_wrapper">
|
||||
<input class="rhymix_button" id="btn_continue" style="display:none;" type="submit" value="{$lang->cmd_continue}" />
|
||||
<input class="rhymix_button" id="btn_reload" style="display:block;" type="button" value="{$lang->cmd_reload}" onclick="location.reload()"/>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue