Fix for Enter doing search triggering main form. Minor cookie thing fix.

This commit is contained in:
Silvan Calarco 2015-07-25 14:47:50 +02:00
parent 4d33a11d0c
commit 74b2c0b27a
5 changed files with 443 additions and 324 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Responsive Theme\n" "Project-Id-Version: Responsive Theme\n"
"Report-Msgid-Bugs-To: bugs@openmamba.org\n" "Report-Msgid-Bugs-To: bugs@openmamba.org\n"
"POT-Creation-Date: 2015-07-11 21:11+0200\n" "POT-Creation-Date: 2015-07-11 21:48+0200\n"
"PO-Revision-Date: 2014-12-08 16:25+0100\n" "PO-Revision-Date: 2014-12-08 16:25+0100\n"
"Last-Translator: Silvan Calarco <silvan.calarco@mambasoft.it>\n" "Last-Translator: Silvan Calarco <silvan.calarco@mambasoft.it>\n"
"Language-Team: Italian, Italy\n" "Language-Team: Italian, Italy\n"
@ -84,7 +84,9 @@ msgstr "Preparazione"
#: ../functions.php:243 #: ../functions.php:243
msgid "This website uses cookies to improve user experience." msgid "This website uses cookies to improve user experience."
msgstr "Questo sito utilizza i cookie per migliorare l'esperienza dell'utente." msgstr ""
"Questo sito utilizza i cookie per migliorare l'esperienza di navigazione "
"dell'utente."
#: ../functions.php:244 #: ../functions.php:244
msgid "I Understand" msgid "I Understand"

View File

@ -44,7 +44,7 @@
append: false, //Set to true for cookieBar HTML to be placed at base of website. Actual position may change according to CSS append: false, //Set to true for cookieBar HTML to be placed at base of website. Actual position may change according to CSS
fixed: true, //Set to true to add the class "fixed" to the cookie bar. Default CSS should fix the position fixed: true, //Set to true to add the class "fixed" to the cookie bar. Default CSS should fix the position
bottom: true, //Force CSS when fixed, so bar appears at bottom of website bottom: true, //Force CSS when fixed, so bar appears at bottom of website
zindex: '10', //Can be set in CSS, although some may prefer to set here zindex: '100', //Can be set in CSS, although some may prefer to set here
domain: String(window.location.hostname), //Location of privacy policy domain: String(window.location.hostname), //Location of privacy policy
referrer: String(document.referrer) //Where visitor has come from referrer: String(document.referrer) //Where visitor has come from
}; };

View File

@ -1,7 +1,7 @@
<span id="status" class="webbuild">Caricamento in corso, attendere...</span> <span id="status" class="webbuild">Caricamento in corso, attendere...</span>
<span id=webbuild> <span id=webbuild>
<div class=webbuild id=container style="position:relative;width:894px;padding:0;margin:0;height:auto;top:0;left:0;"> <div class=webbuild id=container style="position:relative;width:894px;padding:0;margin:0;height:auto;top:0;left:0;">
<form id=webbuildform name=webbuild method=post> <form id=webbuildform name=webbuild method=post onsubmit="return false;">
<img src="/images/webbuild.png" alt="build automatici"> <img src="/images/webbuild.png" alt="build automatici">
&nbsp;&nbsp;&nbsp;<b>- Webbuild - Interfaccia Web per lo sviluppo di openmamba</b> &nbsp;&nbsp;&nbsp;<b>- Webbuild - Interfaccia Web per lo sviluppo di openmamba</b>