From 8c2d8df81d2bd4c49f5601a426b00503295e3261 Mon Sep 17 00:00:00 2001 From: Daku Date: Tue, 6 Jan 2015 13:04:39 +0000 Subject: [PATCH] use html5 input types we would use type='url' for source but non-urls can be used as source too --- ext/admin/theme.php | 2 +- ext/alias_editor/theme.php | 4 ++-- ext/home/theme.php | 2 +- ext/index/theme.php | 2 +- ext/log_db/theme.php | 2 +- ext/mass_tagger/theme.php | 2 +- ext/not_a_tag/theme.php | 4 ++-- ext/pools/theme.php | 2 +- ext/relatationships/theme.php | 2 +- ext/rotate/theme.php | 2 +- ext/source_history/theme.php | 2 +- ext/tag_categories/theme.php | 2 +- ext/tag_edit/theme.php | 4 ++-- ext/tag_history/theme.php | 2 +- ext/upload/theme.php | 4 ++-- ext/user/theme.php | 8 ++++---- ext/view/theme.php | 2 +- 17 files changed, 24 insertions(+), 24 deletions(-) diff --git a/ext/admin/theme.php b/ext/admin/theme.php index d1090b6f..b070b101 100644 --- a/ext/admin/theme.php +++ b/ext/admin/theme.php @@ -53,7 +53,7 @@ class AdminPageTheme extends Themelet { $page->add_block(new Block("Misc Admin Tools", $html)); $html = make_form(make_link("admin/set_tag_case"), "POST"); - $html .= ""; + $html .= ""; $html .= ""; $html .= "\n"; $page->add_block(new Block("Set Tag Case", $html)); diff --git a/ext/alias_editor/theme.php b/ext/alias_editor/theme.php index 45ab0674..02b7a3a1 100644 --- a/ext/alias_editor/theme.php +++ b/ext/alias_editor/theme.php @@ -19,8 +19,8 @@ class AliasEditorTheme extends Themelet { $h_add = " ".make_form(make_link("alias/add"))." - - + + diff --git a/ext/home/theme.php b/ext/home/theme.php index 8cf95d8f..f01e7ebe 100644 --- a/ext/home/theme.php +++ b/ext/home/theme.php @@ -38,7 +38,7 @@ EOD $search_html = " diff --git a/ext/not_a_tag/theme.php b/ext/not_a_tag/theme.php index d5b39cf0..d3730456 100644 --- a/ext/not_a_tag/theme.php +++ b/ext/not_a_tag/theme.php @@ -22,7 +22,7 @@ class NotATagTheme extends Themelet { TagRedirectAction - + @@ -31,7 +31,7 @@ class NotATagTheme extends Themelet { $h_bans ".make_form(make_link("untag/add"))." - + diff --git a/ext/pools/theme.php b/ext/pools/theme.php index fd8bf756..9d43a070 100644 --- a/ext/pools/theme.php +++ b/ext/pools/theme.php @@ -304,7 +304,7 @@ class PoolsTheme extends Themelet { $image = $pair[0]; $thumb_html = $this->build_thumb_html($image); $pool_images .= ''."\n".$thumb_html."\n". - '
'. + '
'. ''. '
'; $i++; diff --git a/ext/relatationships/theme.php b/ext/relatationships/theme.php index 7656facf..39018ae3 100644 --- a/ext/relatationships/theme.php +++ b/ext/relatationships/theme.php @@ -37,7 +37,7 @@ class RelationshipsTheme extends Themelet { " \n". (!$user->is_anonymous() ? " {$s_parent_id}\n". - " \n" + " \n" : $s_parent_id ). diff --git a/ext/rotate/theme.php b/ext/rotate/theme.php index a9ddeaa0..813efebe 100644 --- a/ext/rotate/theme.php +++ b/ext/rotate/theme.php @@ -11,7 +11,7 @@ class RotateImageTheme extends Themelet { $html = " ".make_form(make_link('rotate/'.$image_id), 'POST')." - + "; diff --git a/ext/source_history/theme.php b/ext/source_history/theme.php index ce4b8065..8b0475c1 100644 --- a/ext/source_history/theme.php +++ b/ext/source_history/theme.php @@ -124,7 +124,7 @@ class Source_HistoryTheme extends Themelet { - +
Username
IP Address
Date range
Date range
diff --git a/ext/tag_categories/theme.php b/ext/tag_categories/theme.php index 2856570c..e40b3dfa 100644 --- a/ext/tag_categories/theme.php +++ b/ext/tag_categories/theme.php @@ -87,7 +87,7 @@ class TagCategoriesTheme extends Themelet { Color - + diff --git a/ext/tag_edit/theme.php b/ext/tag_edit/theme.php index b8922052..0332273b 100644 --- a/ext/tag_edit/theme.php +++ b/ext/tag_edit/theme.php @@ -10,8 +10,8 @@ class TagEditTheme extends Themelet { $html = " ".make_form(make_link("tag_edit/replace"))." - - + +
Search
Replace
Search
Replace
diff --git a/ext/tag_history/theme.php b/ext/tag_history/theme.php index fd0940d6..abb48b26 100644 --- a/ext/tag_history/theme.php +++ b/ext/tag_history/theme.php @@ -137,7 +137,7 @@ class Tag_HistoryTheme extends Themelet { - +
Username
IP Address
Date range
Date range
diff --git a/ext/upload/theme.php b/ext/upload/theme.php index 157a9e0c..8195723a 100644 --- a/ext/upload/theme.php +++ b/ext/upload/theme.php @@ -60,7 +60,7 @@ class UploadTheme extends Themelet { - + "; } @@ -77,7 +77,7 @@ class UploadTheme extends Themelet { $upload_list .= " - + "; } diff --git a/ext/user/theme.php b/ext/user/theme.php index 2f4255db..bdf55a13 100644 --- a/ext/user/theme.php +++ b/ext/user/theme.php @@ -56,10 +56,10 @@ class UserPageTheme extends Themelet { '.make_form(make_link("user_admin/create"))." - - - - + + + + $h_reca diff --git a/ext/view/theme.php b/ext/view/theme.php index a2775c8b..7df95215 100644 --- a/ext/view/theme.php +++ b/ext/view/theme.php @@ -52,7 +52,7 @@ class ViewImageTheme extends Themelet { $h_search = "

- + ";

Name
Password
Repeat Password
Email (Optional)
Name
Password
Repeat Password
Email (Optional)