Fix for Enter doing search triggering main form. Minor cookie thing fix.
This commit is contained in:
parent
4d33a11d0c
commit
74b2c0b27a
631
cgi-bin/webbuild
631
cgi-bin/webbuild
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Responsive Theme\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"
|
||||
"Last-Translator: Silvan Calarco <silvan.calarco@mambasoft.it>\n"
|
||||
"Language-Team: Italian, Italy\n"
|
||||
@ -84,7 +84,9 @@ msgstr "Preparazione"
|
||||
|
||||
#: ../functions.php:243
|
||||
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
|
||||
msgid "I Understand"
|
||||
|
@ -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
|
||||
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
|
||||
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
|
||||
referrer: String(document.referrer) //Where visitor has come from
|
||||
};
|
||||
|
@ -1,7 +1,7 @@
|
||||
<span id="status" class="webbuild">Caricamento in corso, attendere...</span>
|
||||
<span id=webbuild>
|
||||
<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">
|
||||
<b>- Webbuild - Interfaccia Web per lo sviluppo di openmamba</b>
|
||||
|
Loading…
Reference in New Issue
Block a user