aboutsummaryrefslogtreecommitdiff
path: root/views/default/forms/labels
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/forms/labels')
-rw-r--r--views/default/forms/labels/googlevideos.php2
-rw-r--r--views/default/forms/labels/metacafe.php2
-rw-r--r--views/default/forms/labels/vimeo.php2
-rw-r--r--views/default/forms/labels/youtube.php2
4 files changed, 4 insertions, 4 deletions
diff --git a/views/default/forms/labels/googlevideos.php b/views/default/forms/labels/googlevideos.php
index 41893cea2..1d4223232 100644
--- a/views/default/forms/labels/googlevideos.php
+++ b/views/default/forms/labels/googlevideos.php
@@ -19,7 +19,7 @@ $body .= "</div>";
$body .= "<div style='float:left;width:45%;'>";
$body .= "<input type=\"text\" name=\"title_search\" value=\"\" id=\"title_search\" size=\"30\"/> &nbsp;&nbsp;";
if($error['no-search'] == 0) {
- $body .= '<div class="error">'.$error_msg['no-search'].'</div>';
+ $body .= '<div class="videolist_error">'.$error_msg['no-search'].'</div>';
}
$body .= "</div>";
//$body .= "<div>";
diff --git a/views/default/forms/labels/metacafe.php b/views/default/forms/labels/metacafe.php
index 08edbcfdd..76dabeb25 100644
--- a/views/default/forms/labels/metacafe.php
+++ b/views/default/forms/labels/metacafe.php
@@ -19,7 +19,7 @@ $body .= "</div>";
$body .= "<div style='float:left;width:45%;'>";
$body .= "<input type=\"text\" name=\"title_search\" value=\"\" id=\"title_search\" size=\"30\"/> &nbsp;&nbsp;";
if($error['no-search'] == 0) {
- $body .= '<div class="error">'.$error_msg['no-search'].'</div>';
+ $body .= '<div class="videolist_error">'.$error_msg['no-search'].'</div>';
}
$body .= "</div>";
//$body .= "<div>";
diff --git a/views/default/forms/labels/vimeo.php b/views/default/forms/labels/vimeo.php
index 38ffc17f0..b890febb7 100644
--- a/views/default/forms/labels/vimeo.php
+++ b/views/default/forms/labels/vimeo.php
@@ -19,7 +19,7 @@ $body .= "</div>";
$body .= "<div style='float:left;width:45%;'>";
$body .= "<input type=\"text\" name=\"title_search\" value=\"\" id=\"title_search\" size=\"30\"/> &nbsp;&nbsp;";
if ($error['no-search'] == 0) {
- $body .= '<div class="error">'.$error_msg['no-search'].'</div>';
+ $body .= '<div class="videolist_error">'.$error_msg['no-search'].'</div>';
}
$body .= "</div>";
//$body .= "<div>";
diff --git a/views/default/forms/labels/youtube.php b/views/default/forms/labels/youtube.php
index 37575c0f1..1b557522b 100644
--- a/views/default/forms/labels/youtube.php
+++ b/views/default/forms/labels/youtube.php
@@ -19,7 +19,7 @@ $body .= "</div>";
$body .= "<div style='float:left;width:45%;'>";
$body .= "<input type=\"text\" name=\"title_search\" value=\"\" id=\"title_search\" size=\"30\"/> &nbsp;&nbsp;";
if($error['no-search'] == 0) {
- $body .= '<div class="error">'.$error_msg['no-search'].'</div>';
+ $body .= '<div class="videolist_error">'.$error_msg['no-search'].'</div>';
}
$body .= "</div>";
//$body .= "<div>";