art-web r549 - branches/art-hub/views
- From: thos svn gnome org
- To: svn-commits-list gnome org
- Subject: art-web r549 - branches/art-hub/views
- Date: Thu, 11 Sep 2008 21:49:54 +0000 (UTC)
Author: thos
Date: Thu Sep 11 21:49:53 2008
New Revision: 549
URL: http://svn.gnome.org/viewvc/art-web?rev=549&view=rev
Log:
* Add space between input entry and submit button in search forms
Modified:
branches/art-hub/views/backgrounds.php
branches/art-hub/views/themes.php
Modified: branches/art-hub/views/backgrounds.php
==============================================================================
--- branches/art-hub/views/backgrounds.php (original)
+++ branches/art-hub/views/backgrounds.php Thu Sep 11 21:49:53 2008
@@ -25,7 +25,8 @@
<?php if ($total_backgrounds < 1 && $search_text) echo "<p>No search results for "$search_text"</p>" ?>
<ul>
<form method="get" action="/backgrounds/search">
- <input name="text" type="text" value="<?php echo $search_text?>"><input type="submit" value="Search">
+ <input name="text" type="text" value="<?php echo $search_text?>">
+ <input type="submit" value="Search">
</form>
</ul>
<?php
Modified: branches/art-hub/views/themes.php
==============================================================================
--- branches/art-hub/views/themes.php (original)
+++ branches/art-hub/views/themes.php Thu Sep 11 21:49:53 2008
@@ -26,7 +26,8 @@
<?php if ($total_themes < 1 && $search_text) echo "<p>No search results for "$search_text"</p>" ?>
<ul>
<form method="get" action="/themes/search">
- <input name="text" type="text" value="<?php echo $search_text?>"><input type="submit" value="Search">
+ <input name="text" type="text" value="<?php echo $search_text?>">
+ <input type="submit" value="Search">
</form>
</ul>
<?php
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]