forum.coppermine-gallery.net

Dev Board => cpg1.4 Testing/Bugs => cpg1.4 Testing/Bugs: FIXED/CLOSED => Topic started by: Andi on December 15, 2004, 06:31:34 pm

Title: small typo errors in several files
Post by: Andi on December 15, 2004, 06:31:34 pm
Hi :)

I've found some very small typo errors:


in several theme.php's

------
false:
$template_tab_display = array('left_text' => '<td width="100%%" align="left" ....
ok:
$template_tab_display = array('left_text' => '<td width="100%" align="left" ....

------
sample in eyeball\theme.php at line #413
false:
<td>&nbsp&nbsp</td>
ok:
<td>&nbsp;&nbsp;</td>

------
theme.php,v 1.52 2004/12/13 14:21:10 nibbler999 line #544
theme.php,v 1.54 2004/12/13 14:21:11 nibbler999 line #541
theme.php,v 1.58 2004/12/13 14:21:17 nibbler999 line #607
theme.php,v 1.38 2004/12/13 14:21:22 nibbler999 line #519

false:
.... witdh="100%"....
ok:
.... width="100%".....


i know, this are not the actualy CVS-Versions but the errors are in all versions ;)



---------------------------------------------------------
usermgr.php,v 1.30 2004/12/12 10:24:05 gaugau
line #83
false:
$tab_tmpl = array('left_text' => '<td width="100%%" align="left" .......
ok:
$tab_tmpl = array('left_text' => '<td width="100%" align="left" .......

---------------------------------------------------------


And here are some "mystical" Links, don't know if they works correct in all situations?

keywordmgr.php,v 1.5 2004/12/12 10:24:05 gaugau

line #129 & #162
header("Location: ?page=display");

line #65
$word .= '<td class="tableb"><a href="?page=delete&remov='.$single_word......

line #84
<form name="keywordForm" action="?page=changeword" method="post">
Title: Re: small typo errors in several files
Post by: Casper on December 15, 2004, 07:30:06 pm
false:
$template_tab_display = array('left_text' => '<td width="100%%" align="left" ....
ok:
$template_tab_display = array('left_text' => '<td width="100%" align="left" ....

This has been removed when doing the xhtml compliance, so only those not yet done still have this.

sample in eyeball\theme.php at line #413
false:
<td>&nbsp&nbsp</td>
ok:
<td>&nbsp;&nbsp;</td>

Thanks, I will fix.

false:
.... witdh="100%"....
ok:
.... width="100%".....

As first item, already fixed in compliant themes, rest done when they are prepared.

usermgr.php,v 1.30 2004/12/12 10:24:05 gaugau
line #83
false:
$tab_tmpl = array('left_text' => '<td width="100%%" align="left" .......
ok:
$tab_tmpl = array('left_text' => '<td width="100%" align="left" .......

Thanks, I will fix.

The others I don't know about.
Title: Re: small typo errors in several files
Post by: Casper on December 15, 2004, 07:45:14 pm
Items 2 and 4 above fixed and commited.  i found the &nbsp&nbsp error in 3 themes, thanks.

Title: Re: small typo errors in several files
Post by: Joachim Müller on December 28, 2004, 06:55:28 am
@Casper: case closed?

Joachim
Title: Re: small typo errors in several files
Post by: Casper on December 28, 2004, 01:18:41 pm
Joachim,

Hi :)
And here are some "mystical" Links, don't know if they works correct in all situations?

keywordmgr.php,v 1.5 2004/12/12 10:24:05 gaugau

line #129 & #162
header("Location: ?page=display");

line #65
$word .= '<td class="tableb"><a href="?page=delete&remov='.$single_word......

line #84
<form name="keywordForm" action="?page=changeword" method="post">



I'm not exactly sure about what this above is reporting.  The first 4 items of the first post are fixed or being done with the theme changes
Title: Re: small typo errors in several files
Post by: Joachim Müller on January 18, 2005, 08:41:20 am
Started a follow-up thread on this particular issue (http://forum.coppermine-gallery.net/index.php?topic=13829.0) Andi was reporting, marking this one as "fixed".

Joachim