From: José M. M. <ri...@us...> - 2004-11-20 09:38:32
|
Update of /cvsroot/openbash-org/openbash-org/modules In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21245/modules Modified Files: View.php Log Message: Añadidas labels al formulario de añadir quotes Index: View.php =================================================================== RCS file: /cvsroot/openbash-org/openbash-org/modules/View.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** View.php 19 Nov 2004 10:15:38 -0000 1.8 --- View.php 20 Nov 2004 09:38:22 -0000 1.9 *************** *** 16,23 **** global $add;?> <form id="addquote" action="?page=quote&action=insert" method="post"> ! <p><textarea id="quote" name="quote" class="textarea" cols="60%" rows="10"></textarea></p> ! <p><input type="text" id="author" name="author" /><?=$add['author'];?></p> ! <p><input type="text" id="channel" name="channel" /><?=$add['channel'];?></p> ! <p><input type="text" id="network" name="network" /><?=$add['network'];?></p> <p> <input type="button" id="preview" value="<?=$add['preview'];?>" /> --- 16,24 ---- global $add;?> <form id="addquote" action="?page=quote&action=insert" method="post"> ! <div><label for="quote"><?=$add['please_insert']?></label></div> ! <div><textarea id="quote" name="quote" class="textarea" cols="60%" rows="10"></textarea></div> ! <p><input type="text" id="author" name="author" /> <label for="author"><?=$add['author'];?></label></p> ! <p><input type="text" id="channel" name="channel" /> <label for="channel"><?=$add['channel'];?></label></p> ! <p><input type="text" id="network" name="network" /> <label for="network"><?=$add['network'];?></label></p> <p> <input type="button" id="preview" value="<?=$add['preview'];?>" /> |