4638: layout fixes in profile pages and search form
This commit is contained in:
@ -709,7 +709,7 @@ function switchAttributeCat2()
|
||||
<tr>
|
||||
<td></td>
|
||||
<td colspan="2">
|
||||
<table width="250px">
|
||||
<table class="table" width="250px">
|
||||
<tr>
|
||||
<td><input type="checkbox" name="ft_name" id="ft_name" class="checkbox" value="1" {ft_name_checked} /> <label for="ft_name">{t}Name{/t}</label></td>
|
||||
<td><input type="checkbox" name="ft_desc" id="ft_desc" class="checkbox" value="1" {ft_desc_checked} /> <label for="ft_desc">{t}Description{/t}</label></td>
|
||||
|
@ -93,7 +93,7 @@
|
||||
|
||||
<div class="content2-pagetitle"><img src="resource2/{$opt.template.style}/images/profile/22x22-email.png" style="align: left; margin-right: 10px;" width="22" height="22" alt="" />{t}Geocaches the owner offers you for adoption{/t}</div>
|
||||
|
||||
<table class="content">
|
||||
<table class="table">
|
||||
{foreach from=$adoptions item=adoptItem}
|
||||
<tr>
|
||||
<td>
|
||||
|
@ -10,10 +10,10 @@
|
||||
{t}Ignored Geocaches{/t}
|
||||
</div>
|
||||
|
||||
<table class="table">
|
||||
<table class="null" border="0" cellspacing="0" width="98%">
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<table class="null" border="0" cellspacing="0" width="100%">
|
||||
<table class="table">
|
||||
<tr class="searchresult">
|
||||
<td width="50px"><b>{t}Type{/t}</b></td>
|
||||
<td width="50px"><b>{t}State{/t}</b></td>
|
||||
|
@ -16,10 +16,10 @@
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<table class="table">
|
||||
<table class="null" border="0" cellspacing="0" width="98%">
|
||||
<tr>
|
||||
<td>
|
||||
<table class="null" border="0" cellspacing="0" width="100%">
|
||||
<table class="table">
|
||||
<tr class="searchresult">
|
||||
<td width="50px"><b>{t}Type{/t}</b></td>
|
||||
<td width="50px"><b>{t}State{/t}</b></td>
|
||||
@ -36,7 +36,7 @@
|
||||
</tr>
|
||||
<tr><td class="spacer" colspan="4"></td></tr>
|
||||
{foreachelse}
|
||||
<tr><td colspan="2">{t}You haven't recommended a Geocache.{/t}</td></tr>
|
||||
<tr><td colspan="3">{t}You haven't recommended a Geocache.{/t}</td></tr>
|
||||
{/foreach}
|
||||
</table>
|
||||
</td>
|
||||
|
@ -36,7 +36,7 @@
|
||||
{/literal}
|
||||
</script>
|
||||
<form action="mywatches.php" method="post">
|
||||
<input type="hidden" name="action" value="edit">
|
||||
<input type="hidden" name="action" value="edit" />
|
||||
|
||||
<div class="content2-pagetitle">
|
||||
<img src="resource2/{$opt.template.style}/images/misc/32x32-searchresults.png" style="align: left; margin-right: 10px;" width="32" height="32" alt="Watched Caches" />
|
||||
@ -114,10 +114,10 @@
|
||||
{t}Watched Geocaches{/t}
|
||||
</div>
|
||||
|
||||
<table class="table">
|
||||
<table class="null" border="0" cellspacing="0" width="98%">
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<table class="table" border="0" cellspacing="0" width="100%">
|
||||
<table class="table">
|
||||
<tr class="searchresult">
|
||||
<td width="50px"><b>{t}Type{/t}</b></td>
|
||||
<td width="50px"><b>{t}State{/t}</b></td>
|
||||
|
@ -10,10 +10,10 @@
|
||||
{t}Stored queries{/t}
|
||||
</div>
|
||||
|
||||
<table class="table" style="width:100%">
|
||||
<table class="null" border="0" cellspacing="0" width="98%">
|
||||
<tr>
|
||||
<td>
|
||||
<table class="null" border="0" cellspacing="0">
|
||||
<table class="table" style="width:100%">
|
||||
<tr>
|
||||
<td class="header-small" width="300px">{t}Name{/t}</td>
|
||||
<td class="header-small" width="200px">{t}Download{/t}</td>
|
||||
|
Reference in New Issue
Block a user