aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--h-source/Application/Include/languages.php1
-rw-r--r--h-source/Application/Include/vendors.php1
-rw-r--r--h-source/Application/Views/license_notice.php7
-rw-r--r--h-source/Public/Css/main.css6
4 files changed, 14 insertions, 1 deletions
diff --git a/h-source/Application/Include/languages.php b/h-source/Application/Include/languages.php
index c5bf78c..32eac28 100644
--- a/h-source/Application/Include/languages.php
+++ b/h-source/Application/Include/languages.php
@@ -246,6 +246,7 @@ class Lang
/*0208*/"This page has been permanently deleted by an administrator of the website" => "Questa pagina è stata definitivamente cancellata da un amministratore del sito",
/*0209*/"No ethernet devices found" => "Non è stata trovata alcuna scheda ethernet",
/*0210*/"free bios" => "bios libero?",
+ /*0211*/"You are not a registered user or you have not logged in. Your contribution won't be published until an administrator approves it. If you want your contributions to be automatically published please log in or create an account." => "Noi sei un utente registrato oppure non hai eseguito il login. Il tuo contributo non verrà pubblicato finché un amministratore non l'avrà approvato. Se desideri che il tuo contributo sia automaticamente pubblicato per favore esegui il login oppure crea un account.",
),
'es' => array
(
diff --git a/h-source/Application/Include/vendors.php b/h-source/Application/Include/vendors.php
index 97a6851..e33e701 100644
--- a/h-source/Application/Include/vendors.php
+++ b/h-source/Application/Include/vendors.php
@@ -1594,6 +1594,7 @@ class Vendors
'1958' => 'Faster-Technology-LLC.',
'1959' => 'PA-Semi-Inc',
'1966' => 'Orad-Hi-Tec-Systems',
+ '1969' => 'Atheros',
'196a' => 'Sensory-Networks-Inc.',
'196d' => 'Club-3D-BV',
'1971' => 'AGEIA-Technologies-Inc.',
diff --git a/h-source/Application/Views/license_notice.php b/h-source/Application/Views/license_notice.php
index 85f5420..856ca6b 100644
--- a/h-source/Application/Views/license_notice.php
+++ b/h-source/Application/Views/license_notice.php
@@ -23,4 +23,9 @@
<div class="top_licence_notice">
<div><b><?php echo gtext("License information");?>:</b></div>
<?php echo License::getSubmissionNotice();?>
- </div> \ No newline at end of file
+ </div>
+ <?php if ($islogged === 'no') { ?>
+ <div class="not_logged_license">
+ <?php echo gtext("You are not a registered user or you have not logged in. Your contribution won't be published until an administrator approves it. If you want your contributions to be automatically published please log in or create an account.");?>
+ </div>
+ <?php } ?> \ No newline at end of file
diff --git a/h-source/Public/Css/main.css b/h-source/Public/Css/main.css
index b8d4234..bffc3d7 100644
--- a/h-source/Public/Css/main.css
+++ b/h-source/Public/Css/main.css
@@ -1830,6 +1830,12 @@ span.entry_label_small
margin-top:5px;
}
+.not_logged_license
+{
+ padding:10px;
+ background-color:#F1D8D8;
+ font-size:12px;
+}
/*
Start - temporarily added due to transformation of help pages
2011-05-29 joeko