mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
HTML/CSS code cleaning.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10296 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
eab30b2ace
commit
0877657962
113 changed files with 211 additions and 221 deletions
|
|
@ -38,7 +38,7 @@
|
|||
<li>
|
||||
<p class="q">{$lang->header_script}</p>
|
||||
<p class="a">
|
||||
<textarea name="header_script" cols="42" rows="5">{$selected_layout->header_script}</textarea>
|
||||
<textarea name="header_script" rows="8" cols="42">{$selected_layout->header_script}</textarea>
|
||||
</p>
|
||||
<p class="desc">{$lang->about_header_script}</p>
|
||||
</li>
|
||||
|
|
@ -66,7 +66,7 @@
|
|||
<div cond="$var->type == 'textarea'" class="multiLangEdit">
|
||||
{@$use_multilang_textarea = true}
|
||||
<input type="hidden" name="{$name}" value="<!--@if(strpos($var->value, "$user_lang->") !== false)-->{htmlspecialchars($var->value)}<!--@else-->{$var->value}<!--@end-->" class="vLang" />
|
||||
<textarea id="{$name}" cols="42" rows="5" class="vLang">{$var->value}</textarea>
|
||||
<textarea id="{$name}" rows="8" cols="42" class="vLang">{$var->value}</textarea>
|
||||
<span class="desc"><a href="#langEditTextarea" class="editUserLang tgAnchor">{$lang->cmd_set_multilingual}</a></span>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue