Project

General

Profile

« Previous | Next » 

Revision 8450bc24

Added by Scott Ullrich over 20 years ago

Convert font color to white

View differences:

usr/local/www/system_routes.php
3 3
/*
4 4
	system_routes.php
5 5
	part of m0n0wall (http://m0n0.ch/wall)
6
	
6

  
7 7
	Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>.
8 8
	All rights reserved.
9
	
9

  
10 10
	Redistribution and use in source and binary forms, with or without
11 11
	modification, are permitted provided that the following conditions are met:
12
	
12

  
13 13
	1. Redistributions of source code must retain the above copyright notice,
14 14
	   this list of conditions and the following disclaimer.
15
	
15

  
16 16
	2. Redistributions in binary form must reproduce the above copyright
17 17
	   notice, this list of conditions and the following disclaimer in the
18 18
	   documentation and/or other materials provided with the distribution.
19
	
19

  
20 20
	THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
21 21
	INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
22 22
	AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
......
109 109
                    <?=strtolower($route['gateway']);?>
110 110
                  </td>
111 111
                  <td class="listbg">
112
                    <?=htmlspecialchars($route['descr']);?>&nbsp;
112
                    <font color="#FFFFFF"><?=htmlspecialchars($route['descr']);?>&nbsp;
113 113
                  </td>
114 114
                  <td valign="middle" nowrap class="list"> <a href="system_routes_edit.php?id=<?=$i;?>"><img src="e.gif" width="17" height="17" border="0"></a>
115 115
                     &nbsp;<a href="system_routes.php?act=del&id=<?=$i;?>" onclick="return confirm('Do you really want to delete this route?')"><img src="x.gif" width="17" height="17" border="0"></a></td>
116 116
				</tr>
117 117
			  <?php $i++; endforeach; ?>
118
                <tr> 
118
                <tr>
119 119
                  <td class="list" colspan="4"></td>
120 120
                  <td class="list"> <a href="system_routes_edit.php"><img src="plus.gif" width="17" height="17" border="0"></a></td>
121 121
				</tr>

Also available in: Unified diff