bug 2531 followup
* & -> & in URL for XHTML validation * (unrelated to prior patch) remove broken link to button-bg.png for confirm button Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
parent
25eb36f21f
commit
b47e2b1544
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ $(document).ready(function(){
|
|||
</script>
|
||||
<style type="text/css">
|
||||
input.confirm {
|
||||
background:lightblue url(../../img/button-bg.gif) repeat-x scroll left top;
|
||||
background:lightblue repeat-x scroll left top;
|
||||
border-width:2pt;
|
||||
}
|
||||
</style>
|
||||
|
@ -299,7 +299,7 @@ $(document).ready(function(){
|
|||
<tr><th>List Name</th><th>Contents</th><th>Sort by</th><th>Type</th><th>Options</th></tr>
|
||||
<!-- TMPL_LOOP NAME="shelveslooppriv" -->
|
||||
<!-- TMPL_IF NAME="toggle" --><tr class="highlight"><!--TMPL_ELSE--><tr><!-- /TMPL_IF -->
|
||||
<td><a href="shelves.pl?<!-- TMPL_IF NAME="showprivateshelves" -->display=privateshelves&<!-- /TMPL_IF -->viewshelf=<!-- TMPL_VAR NAME="shelf" -->"><!-- TMPL_VAR NAME="shelfname" ESCAPE="html" --></a></td>
|
||||
<td><a href="shelves.pl?<!-- TMPL_IF NAME="showprivateshelves" -->display=privateshelves&<!-- /TMPL_IF -->viewshelf=<!-- TMPL_VAR NAME="shelf" -->"><!-- TMPL_VAR NAME="shelfname" ESCAPE="html" --></a></td>
|
||||
<td><!-- TMPL_VAR NAME="count" --> item(s)</td>
|
||||
<td><!-- TMPL_VAR NAME="sortfield" --></td>
|
||||
<td><!-- TMPL_IF NAME="viewcategory1" -->Private<!-- /TMPL_IF -->
|
||||
|
|
Loading…
Reference in a new issue