Commit 94614f1be55e2085ecd7a00704d37b2f3a8e25c5

  • avatar
  • Daniel Beames <webos @dbso…er.com>
  • Thu Jan 07 07:29:26 CET 2010
pdf-viewier-hide-header for 1.3.5
  
1Copyright (c) 2009 tarirene
2
3Permission is hereby granted, free of charge, to any person
4obtaining a copy of this software and associated documentation
5files (the "Software"), to deal in the Software without
6restriction, including without limitation the rights to use,
7copy, modify, merge, publish, distribute, sublicense, and/or sell
8copies of the Software, and to permit persons to whom the
9Software is furnished to do so, subject to the following
10conditions:
11
12The above copyright notice and this permission notice shall be
13included in all copies or substantial portions of the Software.
14
15THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
17OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
19HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
20WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22OTHER DEALINGS IN THE SOFTWARE.
  
1--- .orig/usr/palm/applications/com.palm.app.pdfviewer/app/views/document/document-scene.html
2+++ /usr/palm/applications/com.palm.app.pdfviewer/app/views/document/document-scene.html
3@@ -1,4 +1,4 @@
4-<div id="header" style="height:56px;">
5+<div id="header" style="height:0px;">
6 <div id="findField" name="findField" x-mojo-element="Find"> </div>
7 </div>
8
9--- .orig/usr/palm/applications/com.palm.app.pdfviewer/app/views/document/header_bar.html
10+++ /usr/palm/applications/com.palm.app.pdfviewer/app/views/document/header_bar.html
11@@ -1,4 +1,4 @@
12-<div id="topHead" class="palm-header left">
13+<div id="topHead" class="palm-header left" style="height:0px;">
14 <div id="my_spinner" x-mojo-element="Spinner"> </div>
15 <div id="documentname" x-mojo-loc="" class="truncating-text"></div>
16 </div>
17@@ -1,4 +1,4 @@
18 <div id="topHead" class="palm-header left">
19 <div id="my_spinner" x-mojo-element="Spinner"> </div>
20- <div id="documentname" x-mojo-loc="" class="truncating-text"></div>
21+ <div id="documentname" x-mojo-loc="" class="truncating-text" style="height:0px;"></div>
22 </div>