Browse Source

No Ticket. Fixing a few jframe gallery typos.

Aaron Newton 15 years ago
parent
commit
ba773cbba5

+ 1 - 1
apps/jframegallery/src/jframegallery/templates/Load_without_scrolling.html

@@ -38,7 +38,7 @@ limitations under the License.
 			<br/>
 			<br/>
 			<br/>
 			<br/>
 			<br/>
 			<br/>
-			<a href="/jframegallery/">back to jframe gallery (without scrolling to the top)</a>
+			<a href="/jframegallery/" class="noScroll">back to jframe gallery (without scrolling to the top)</a>
 		</div>
 		</div>
 	</body>
 	</body>
 </html>
 </html>

+ 0 - 1
apps/jframegallery/src/jframegallery/templates/filter.input.html

@@ -25,7 +25,6 @@ limitations under the License.
 		<input type="text" class="ccs-hidden" data-filters="OverText, ArtInput, FilterInput" data-art-input-type="search"
 		<input type="text" class="ccs-hidden" data-filters="OverText, ArtInput, FilterInput" data-art-input-type="search"
 			title="Filter by Name"
 			title="Filter by Name"
 			data-filter-elements="td.city" data-filter-parents="tr" value="New York"/>
 			data-filter-elements="td.city" data-filter-parents="tr" value="New York"/>
-		</div>
 	</div>
 	</div>
 	<table data-filters="HtmlTable" class="selectable sortable" cellpadding="0" cellspacing="0">
 	<table data-filters="HtmlTable" class="selectable sortable" cellpadding="0" cellspacing="0">
 		<thead>
 		<thead>

+ 1 - 1
apps/jframegallery/src/jframegallery/templates/index.html

@@ -25,7 +25,7 @@ limitations under the License.
 			<h1>Gallery pages:</h1>
 			<h1>Gallery pages:</h1>
 			<ul>
 			<ul>
 				{% for file in files %}
 				{% for file in files %}
-					<li><a href="{{file.filename}}" id="{{file.id}}">{{file.name}}</a></li>
+					<li><a href="/jframegallery/{{file.filename}}" id="{{file.id}}">{{file.name}}</a></li>
 				{% endfor %}
 				{% endfor %}
 			</ul>
 			</ul>
 		</div>
 		</div>