• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

XOOPS Cube Legacy base repository


Commit MetaInfo

Révisionf413766333df217419a31448be995a1f7e1e9086 (tree)
l'heure2013-02-08 22:54:24
Auteurnao-pon <hypweb@gmai...>
Commiternao-pon

Message de Log

correction of search form style

Change Summary

Modification

--- a/html/modules/legacy/admin/templates/block_list.html
+++ b/html/modules/legacy/admin/templates/block_list.html
@@ -27,12 +27,14 @@
2727 <li class="addBlockCustom"><a href="index.php?action=CustomBlockEdit"><{$smarty.const._AD_LEGACY_LANG_ADD_CUSTOM_BLOCK}></a></li>
2828 </ul>
2929
30-<div>
30+<div class="searchform">
3131 <form action="./index.php" method="get">
3232 <input type="hidden" name="action" value="BlockList" />
3333 <div>
3434 <{$smarty.const._SEARCH}> :
3535 <input type="text" name="search" value="<{$filterForm->mKeyword}>" />
36+ </div>
37+ <div>
3638 <{$smarty.const._AD_LEGACY_LANG_MOD_NAME}> :
3739 <select name="dirname">
3840 <option value="0"><{$smarty.const._ALL}></option>
@@ -85,6 +87,8 @@
8587 <{/foreach}>
8688 <{/if}>
8789 </select>
90+ </div>
91+ <div>
8892 <{$smarty.const._VIEW}> :
8993 <select name="perpage">
9094 <option value="<{$smarty.const.XCUBE_PAGENAVI_DEFAULT_PERPAGE}>"><{$smarty.const._SELECT}></option>
@@ -100,7 +104,9 @@
100104 <{/if}>
101105 <{/foreach}>
102106 </select>
103- <input class="formButton" type="submit" value="<{$smarty.const._SUBMIT}>" />
107+ </div>
108+ <div>
109+ <input class="formButton" type="submit" value="<{$smarty.const._SEARCH}>" />
104110 </div>
105111 </form>
106112 </div>
--- a/html/modules/legacy/admin/theme/stylesheets/style.css
+++ b/html/modules/legacy/admin/theme/stylesheets/style.css
@@ -167,6 +167,17 @@ tr .even td {
167167 white-space:nowrap;
168168 }
169169
170+.searchform {
171+ text-align: center;
172+ margin-top: 1em;
173+}
174+
175+.searchform div {
176+ margin-left: .5em;
177+ margin-bottom: .5em;
178+ display: inline-block;
179+}
180+
170181 /* ====================================================== header ===== */
171182
172183 #header {