[Rt-commit] r11183 - in rt/branches/3.8-TESTING: . html/Search html/Search/Elements
jesse at bestpractical.com
jesse at bestpractical.com
Tue Mar 25 15:24:09 EDT 2008
Author: jesse
Date: Tue Mar 25 15:23:51 2008
New Revision: 11183
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/html/NoAuth/css/web2/layout.css
rt/branches/3.8-TESTING/html/NoAuth/css/web2/nav.css
rt/branches/3.8-TESTING/html/NoAuth/css/web2/ticket-search.css
rt/branches/3.8-TESTING/html/Search/Build.html
rt/branches/3.8-TESTING/html/Search/Elements/DisplayOptions
Log:
r28565 at 31b: jesse | 2008-03-25 15:20:38 -0400
* clean up search ui a bit in web2 layout
Modified: rt/branches/3.8-TESTING/html/NoAuth/css/web2/layout.css
==============================================================================
--- rt/branches/3.8-TESTING/html/NoAuth/css/web2/layout.css (original)
+++ rt/branches/3.8-TESTING/html/NoAuth/css/web2/layout.css Tue Mar 25 15:23:51 2008
@@ -13,7 +13,7 @@
div#body {
padding: 1em;
- padding-top: .5em;
+ padding-top: 1em;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
margin-left: 9.8em;
Modified: rt/branches/3.8-TESTING/html/NoAuth/css/web2/nav.css
==============================================================================
--- rt/branches/3.8-TESTING/html/NoAuth/css/web2/nav.css (original)
+++ rt/branches/3.8-TESTING/html/NoAuth/css/web2/nav.css Tue Mar 25 15:23:51 2008
@@ -117,7 +117,7 @@
div#page-navigation ul#actions-menu {
position: absolute;
- right: 1em;
+ right: 1.1em;
top: 4.9em;
margin-top: 0em;
padding: 0.25em;
Modified: rt/branches/3.8-TESTING/html/NoAuth/css/web2/ticket-search.css
==============================================================================
--- rt/branches/3.8-TESTING/html/NoAuth/css/web2/ticket-search.css (original)
+++ rt/branches/3.8-TESTING/html/NoAuth/css/web2/ticket-search.css Tue Mar 25 15:23:51 2008
@@ -1,24 +1,28 @@
+#comp-Search-Build #body {
+ position: relative;
+}
#comp-Search-Build #editquery, #comp-Search-Build #editsearches{
+ position: absolute;
margin-top: 0.2em;
+ right: 1em;
width: 40%;
- float: right;
- clear: both;
+ top: 1em;
/* margin-top: -1em; */
}
#comp-Search-Build #editsearches {
-
+ top: 24em;
}
#comp-Search-Build #pick-criteria {
width: 58%;
padding-top: 0.2em;
- overflow: hidden;
+ overflow-x: scroll;
margin-top: -0.1em;
}
@@ -28,6 +32,17 @@
}
+#comp-Search-Build #sorting.titlebox {
+ width: 57%;
+
+}
+
+#comp-Search-Build #columns {
+
+
+
+}
+
#comp-Search-Build #formatbuttons {
width: 100%;
}
Modified: rt/branches/3.8-TESTING/html/Search/Build.html
==============================================================================
--- rt/branches/3.8-TESTING/html/Search/Build.html (original)
+++ rt/branches/3.8-TESTING/html/Search/Build.html Tue Mar 25 15:23:51 2008
@@ -96,20 +96,18 @@
<& Elements/PickCriteria, query => $query{'Query'}, cfqueues => $queues &>
</div>
<& /Elements/Submit, Label => loc('Add these terms'), Name => 'AddClause'&>
-
<& /Elements/Submit, Label => loc('Add these terms and Search'), Name => 'DoSearch'&>
-
+<span id="display-options">
<& Elements/DisplayOptions,
%ARGS, %query,
AvailableColumns => $AvailableColumns,
CurrentFormat => $CurrentFormat,
&>
-
<& /Elements/Submit, Label => loc('Update format and Search'), Name => 'DoSearch', id=>"formatbuttons"&>
-
+</span>
</form>
<%INIT>
Modified: rt/branches/3.8-TESTING/html/Search/Elements/DisplayOptions
==============================================================================
--- rt/branches/3.8-TESTING/html/Search/Elements/DisplayOptions (original)
+++ rt/branches/3.8-TESTING/html/Search/Elements/DisplayOptions Tue Mar 25 15:23:51 2008
@@ -45,13 +45,7 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
-<&| /Widgets/TitleBox, title => loc("Display Columns") &>
-<table width="100%">
-<tr>
-<td>
-<& EditFormat, %ARGS &>
-</td>
-<td valign="top">
+<&| /Widgets/TitleBox, title => loc("Sorting"), id => 'sorting' &>
<table valign="top">
% for my $o (0..3) {
@@ -101,9 +95,9 @@
</td>
</tr>
</table>
-</td>
-</tr>
-</table>
+</&>
+<&| /Widgets/TitleBox, title => loc("Display Columns"), id => 'columns' &>
+<& EditFormat, %ARGS &>
</&>
<%INIT>
More information about the Rt-commit
mailing list