aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--h-source/Application/Include/hardware.php2
-rw-r--r--h-source/Application/Include/languages.php8
-rw-r--r--h-source/Application/Views/Notebooks/catalogue.php2
-rw-r--r--h-source/Application/Views/Notebooks/form.php2
-rw-r--r--h-source/Application/Views/Notebooks/page.php2
-rw-r--r--h-source/Public/Css/main.css3
6 files changed, 11 insertions, 8 deletions
diff --git a/h-source/Application/Include/hardware.php b/h-source/Application/Include/hardware.php
index 8306417..04db6ca 100644
--- a/h-source/Application/Include/hardware.php
+++ b/h-source/Application/Include/hardware.php
@@ -247,7 +247,7 @@ class Notebooks extends Hardware
"E Garbage" => "E-garbage"
);
- public static $subtypeSelect = 'notebook,netbook,not-specified';
+ public static $subtypeSelect = 'notebook,netbook,tablet,not-specified';
public static $architectureSelect = array(
"not specified" => 'not-specified',
diff --git a/h-source/Application/Include/languages.php b/h-source/Application/Include/languages.php
index a7264f2..721af28 100644
--- a/h-source/Application/Include/languages.php
+++ b/h-source/Application/Include/languages.php
@@ -84,7 +84,7 @@ class Lang
/*0036*/"MESSAGE" => "MESSAGGIO",
/*0037*/"there are no messages" => "non ci sono messaggi",
/*0038*/"No notebooks found" => "Non è stato trovato alcun notebook",
- /*0039*/"subtype (notebook or netbook)" => "sottotipo (notebook or netbook)",
+ /*0039*/"subtype (notebook, netbook, tablet)" => "sottotipo (notebook, netbook, tablet)",
/*0040*/"compatibility with free software" => "compatibilità con il software libero",
/*0041*/"view the other specifications" => "guarda le altre specifiche",
/*0042*/"model" => "modello",
@@ -324,7 +324,7 @@ class Lang
/*0036*/"MESSAGE" => "MENSAJE",
/*0037*/"there are no messages" => "no hay mensajes",
/*0038*/"No notebooks found" => "No se encontró ninguna laptop",
- /*0039*/"subtype (notebook or netbook)" => "subtipo (laptop o netbook)",
+ /*0039*/"subtype (notebook, netbook, tablet)" => "subtipo (laptop, netbook, tablet)",
/*0040*/"compatibility with free software" => "compatibilidad con software libre",
/*0041*/"view the other specifications" => "ver otras especificaciones",
/*0042*/"model" => "modelo",
@@ -542,7 +542,7 @@ class Lang
/*0036*/"MESSAGE" => "MESSAGE",
/*0037*/"there are no messages" => "Il n'y a pas de messages",
/*0038*/"No notebooks found" => "Aucun notebooks trouvé",
- /*0039*/"subtype (notebook or netbook)" => "sous-type (notebook ou netbook)",
+ /*0039*/"subtype (notebook, netbook, tablet)" => "sous-type (notebook, netbook, tablet)",
/*0040*/"compatibility with free software" => "compatibilitée avec le logiciel libre",
/*0041*/"view the other specifications" => "voir les autres spécifications",
/*0042*/"model" => "modèle",
@@ -743,7 +743,7 @@ class Lang
/*0036*/"MESSAGE" => "Nachricht",
/*0037*/"there are no messages" => "Es sind keine Antworten vorhanden",
/*0038*/"No notebooks found" => "Es wurden keine Notebooks gefunden",
- /*0039*/"subtype (notebook or netbook)" => "Typ (Notebook oder Netbook)",
+ /*0039*/"subtype (notebook, netbook, tablet)" => "Typ (Notebook, Netbook, Tablet)",
/*0040*/"compatibility with free software" => "Kompatibilität mit Freie Software",
/*0041*/"view the other specifications" => "Weitere Angaben",
/*0042*/"model" => "Modell",
diff --git a/h-source/Application/Views/Notebooks/catalogue.php b/h-source/Application/Views/Notebooks/catalogue.php
index 9eab6f0..209d355 100644
--- a/h-source/Application/Views/Notebooks/catalogue.php
+++ b/h-source/Application/Views/Notebooks/catalogue.php
@@ -64,7 +64,7 @@
</div>
<div class="notebook_vendor">
- <div class="inner_label"><?php echo gtext("subtype (notebook or netbook)");?></div>
+ <div class="inner_label"><?php echo gtext("subtype (notebook, netbook, tablet)");?></div>
<div class="inner_value"><b><?php echo $item['hardware']['subtype'];?></b></div>
</div>
diff --git a/h-source/Application/Views/Notebooks/form.php b/h-source/Application/Views/Notebooks/form.php
index a331539..2effe36 100644
--- a/h-source/Application/Views/Notebooks/form.php
+++ b/h-source/Application/Views/Notebooks/form.php
@@ -51,7 +51,7 @@
</div>
<div class="form_entry">
- <div class="entry_label"><?php echo gtext("subtype (notebook or netbook)");?>:</div>
+ <div class="entry_label"><?php echo gtext("subtype (notebook, netbook, tablet)");?>:</div>
<?php echo Html_Form::select('subtype',$values['subtype'],Notebooks::$subtypeSelect,"select_entry");?>
</div>
diff --git a/h-source/Application/Views/Notebooks/page.php b/h-source/Application/Views/Notebooks/page.php
index 66c7506..525d9e1 100644
--- a/h-source/Application/Views/Notebooks/page.php
+++ b/h-source/Application/Views/Notebooks/page.php
@@ -50,7 +50,7 @@
</div>
<div class="notebook_vendor">
- <div class="inner_label"><?php echo gtext("subtype (notebook or netbook)");?>:</div>
+ <div class="inner_label"><?php echo gtext("subtype (notebook, netbook, tablet)");?>:</div>
<div class="inner_value"><b><?php echo $item[$tableName]['subtype'];?></b></div>
</div>
diff --git a/h-source/Public/Css/main.css b/h-source/Public/Css/main.css
index 49ff8b8..88a4605 100644
--- a/h-source/Public/Css/main.css
+++ b/h-source/Public/Css/main.css
@@ -317,6 +317,7 @@ a.link_menu
.model_viewall
{
margin:40px 10px;
+ margin-left:0px;
/* background-color:#F7F7F7; */
/* border:1px solid #CECECE; */
/* padding:10px; */
@@ -376,6 +377,7 @@ a.link_menu
.notebook_view_link
{
margin-top:10px;
+ margin-left:5px;
}
@@ -1932,6 +1934,7 @@ div#description_tabs_content
padding:6px 8px;
margin:20px 0;
}
+
/*
Start - temporarily added due to transformation of help pages
2011-05-29 joeko