Letractively / webpasswordsafe

Automatically exported from code.google.com/p/webpasswordsafe
0 stars 0 forks source link

Path to gxt resources invalid in WebPasswordSafe.html #51

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The path for gxt-all.css is invalid. See patch below.

The layout of the pages was incorrect before this change.

What version of the product are you using? On what operating system?
WPS 1.1
Debian 6.0.2
Maven 3.0.3

--- war/WebPasswordSafe.html-orig       2011-09-26 14:05:58.000000000 -0400
+++ war/WebPasswordSafe.html    2011-09-26 13:48:31.000000000 -0400
@@ -22,7 +22,7 @@
     <head>
         <title>WebPasswordSafe</title>
         <link rel="stylesheet" type="text/css" href="WebPasswordSafe.css" />
-        <link rel="stylesheet" type="text/css" href="gxt/css/gxt-all.css" />
+        <link rel="stylesheet" type="text/css" 
href="gxt/resources/css/gxt-all.css" />
     </head>
     <body>
         <script language="javascript" src="webpasswordsafe/webpasswordsafe.nocache.js"></script>

Original issue reported on code.google.com by syd.also...@gmail.com on 26 Sep 2011 at 6:43

GoogleCodeExporter commented 8 years ago
Actually the path is correct, according to the install directions: "Copy the 
contents of the /tmp/webpasswordsafe-dependencies-bin/resources/ directory into 
the /webpasswordsafe/war/gxt/ directory."  There should be no resources 
directory under gxt, just the contents of that directory.

Original comment by joshdrum...@gmail.com on 4 Oct 2011 at 6:21