Project

General

Profile

« Previous | Next » 

Revision d1d6d0d3

Added by Colin Fleming about 11 years ago

Tidy up "maintable.inc" XHTML

Change escaped single quotes to just a single quote

View differences:

usr/local/www/classes/maintable.inc
126 126
				}
127 127
				echo "  </td>\n";
128 128
			}
129
			echo "  <td class=\"listbg\" onclick=\"fr_toggle({$cur_row})\" id=\"frd{$cur_row}\" ondblclick=\"document.location=\'{$this->edit_uri}?id={$cur_row}\'\">\n";
129
			echo "  <td class=\"listbg\" onclick=\"fr_toggle({$cur_row})\" id=\"frd{$cur_row}\" ondblclick=\"document.location='{$this->edit_uri}?id={$cur_row}'\">\n";
130 130
			echo "    <font color=\"#FFFFFF\">{$row[$this->cname[$this->columns - 1]]}</font>\n";
131 131
			echo "  </td>\n";
132 132
			echo "  <td class=\"list nowrap\">\n";
......
180 180
				break;
181 181
			}
182 182
			case "del": {
183
				echo "<a href=\"{$this->my_uri}?act=del&amp;id={$row}\" onclick=\"return confirm(\'Do you really want to delete this entry?\')\"><img src=\"/themes/{$g['theme']}/images/icons/icon_x.gif\" width=\"17\" height=\"17\" border=\"0\" title=\"Delete entry\" alt=\"delete\" /></a>";
183
				echo "<a href=\"{$this->my_uri}?act=del&amp;id={$row}\" onclick=\"return confirm('Do you really want to delete this entry?')\"><img src=\"/themes/{$g['theme']}/images/icons/icon_x.gif\" width=\"17\" height=\"17\" border=\"0\" title=\"Delete entry\" alt=\"delete\" /></a>";
184 184
				break;
185 185
			}
186 186
			case "dup": {

Also available in: Unified diff