[Scummvm-cvs-logs] CVS: web/include html.php,1.14,1.15

Max Horn fingolfin at users.sourceforge.net
Tue Oct 14 11:31:01 CEST 2003


Update of /cvsroot/scummvm/web/include
In directory sc8-pr-cvs1:/tmp/cvs-serv29840/include

Modified Files:
	html.php 
Log Message:
cleanup

Index: html.php
===================================================================
RCS file: /cvsroot/scummvm/web/include/html.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- html.php	14 Oct 2003 13:08:38 -0000	1.14
+++ html.php	14 Oct 2003 18:30:00 -0000	1.15
@@ -70,9 +70,9 @@
 }
 
 // HTML blockquote
-function html_blockquote ($str = " ", $extra = null)
+function html_blockquote ($str = " ")
 {
-	return do_indent("<blockquote $extra>$str</blockquote>");
+	return do_indent('<div style="margin-left: 3em;">'.$str.'</div>');
 }
 
 // Draw a Colored Pixel Line
@@ -169,20 +169,6 @@
 {
     $str = '<td '.$extra.'>'.$txt.'</td>'."\n";
     return do_indent($str);
-}
-
-function html_frame_row_form ($name = " ", $field = " ")
-{
-    $str  = '	<tr valign="top"><td class="color1" width="200"><b class="menuTitle">'.$name.'</b></td>'."\n";
-    $str .= '	<td class="color2" width="100%">'.$field.'</td></tr>'."\n";
-    return $str;
-}
-
-
-function html_frame_row_form_title ($name = " ")
-{
-    $str  = '	<tr valign="top"><td class="color3" colspan="2"><b class="menuTitle">'.$name.'</b></td></tr>'."\n";
-    return $str;
 }
 
 function html_back_link ($howmany = 1, $url = "")





More information about the Scummvm-git-logs mailing list