TODO: deal with update_attempt_display() missing its target nodes now
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Fri, 7 Sep 2012 23:59:50 +0000 (19:59 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Fri, 21 Sep 2012 15:07:00 +0000 (11:07 -0400)
scrolling is perfect vertically, but where's my horiz scrollbar? grr

Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Open-ILS/src/templates/base.tt2
Open-ILS/src/templates/url_verify/select_urls.tt2

index 0bd3e5e..efdee63 100644 (file)
                 </div>
             </div>
             <div id="oils-base-main-block" dojoType="dijit.layout.LayoutContainer" layoutAlign="client">
+                [% IF no_content_pane %]
+                [% content %]
+                [% ELSE %]
                 <div id="oils-base-content-block" dojoType="dijit.layout.ContentPane" layoutAlign="client">
                     [% content %]
                 </div>
+                [% END %]
             </div>
         </div>
     </body>
index a44d563..95c91a1 100644 (file)
@@ -1,4 +1,4 @@
-[% WRAPPER base.tt2 %]
+[% WRAPPER base.tt2 no_content_pane=1 %]
 [% ctx.page_title = "Link Checker - Select URLs" %]
 <script type="text/javascript">
     dojo.require("dijit.form.Button");
 <style type="text/css">
     .url-verify-attempt-info { font-style: italic; }
 </style>
-<div dojoType="dijit.layout.ContentPane" layoutAlign="client">
-    <div dojoType="dijit.layout.ContentPane"
-         layoutAlign="top" class="oils-header-panel">
-        <div>[% ctx.page_title %]</div>
-        <div>
-            <button dojoType="dijit.form.Button"
-                onClick="module.verify_selected();">[%
-                l("Verify Selected URLs")
-            %]</button>
-        </div>
+<div class="oils-header-panel" dojoType="dijit.layout.ContentPane" layoutAlign="top">
+    <div>[% ctx.page_title %]</div>
+    <div class="url-verify-button">
+        <button dojoType="dijit.form.Button"
+            onClick="module.verify_selected();">[%
+            l("Verify Selected URLs")
+        %]</button>
     </div>
-    <div class="oils-acq-basic-roomy url-verify-attempt-info">
-        <div id="url-verify-attempt-id"></div>
-        <div id="url-verify-attempt-start"></div>
-        <div id="url-verify-attempt-finish"></div>
-    </div>
-    <table
-        jsid="grid"
+</div>
+<div dojoType="dijit.layout.ContentPane" layoutAlign="bottom" style="height: 85%;">
+    <table jsid="grid"
         dojoType="openils.widget.FlattenerGrid"
         columnPersistKey='"url_verify.select_url"'
         editOnEnter="false"