menu module, rss module UI enhancement.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12549 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2013-01-14 09:36:10 +00:00
parent 72518c24dd
commit 6e49c1765b
9 changed files with 18 additions and 17 deletions

View file

@ -28,15 +28,15 @@
<div class="x_control-group">
<label for="feed_description" class="x_control-label">{$lang->description}</label>
<div class="x_controls">
<textarea name="feed_description" id="feed_description" rows="4" cols="42">{htmlspecialchars($rss_config->feed_description)}</textarea>
<p class="x_help-inline">{$lang->about_feed_description}</p>
<textarea name="feed_description" id="feed_description" rows="4" cols="42" style="float:left;margin-right:8px">{htmlspecialchars($rss_config->feed_description)}</textarea>
<p class="x_help-block">{$lang->about_feed_description}</p>
</div>
</div>
<div class="x_control-group">
<label for="feed_copyright" class="x_control-label">{$lang->feed_copyright}</label>
<div class="x_controls">
<textarea name="feed_copyright" id="feed_copyright" rows="4" cols="42">{htmlspecialchars($rss_config->feed_copyright)}</textarea>
<p class="x_help-inline">{$lang->about_feed_copyright}</p>
<textarea name="feed_copyright" id="feed_copyright" rows="4" cols="42" style="float:left;margin-right:8px">{htmlspecialchars($rss_config->feed_copyright)}</textarea>
<p class="x_help-block">{$lang->about_feed_copyright}</p>
</div>
</div>
<div class="btnArea">