Merge branch 'master' of ssh://gl.arguments.ru:2224/ak/anpdf
This commit is contained in:
@@ -363,6 +363,10 @@ h1 {
|
|||||||
position:relative;
|
position:relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#clientmail{
|
||||||
|
text-transform: lowercase;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#container_form {
|
#container_form {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
@@ -86,7 +86,7 @@
|
|||||||
<h2 style="text-align:left;"><label for="clientmail">Ваш электронный адрес*:</label></h2>
|
<h2 style="text-align:left;"><label for="clientmail">Ваш электронный адрес*:</label></h2>
|
||||||
<p><em>*Куда придет информация о заказе</em></p>
|
<p><em>*Куда придет информация о заказе</em></p>
|
||||||
|
|
||||||
<p><input style="border: solid 1px #ccc;border-radius:3px;" type="email" id="clientemail" name="clientmail" value="<?=post_value("clientmail")?>"></p>
|
<p><input inputmode="lowercase" style="border: solid 1px #ccc;border-radius:3px;" type="email" id="clientemail" name="clientmail" value="<?=post_value("clientmail")?>"></p>
|
||||||
|
|
||||||
<?if($delivery_id > 1):?>
|
<?if($delivery_id > 1):?>
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<script src="/pub/scripts/pdf.min.js"></script>
|
<script src="/pub/scripts/pdf.min.js"></script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/mobile-detect/1.4.4/mobile-detect.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/mobile-detect/1.4.4/mobile-detect.min.js"></script>
|
||||||
<script src="/pub/scripts/klanviewer.js?ver=34"></script>
|
<script src="/pub/scripts/klanviewer.js?ver=34"></script>
|
||||||
<link rel="stylesheet" type="text/css" href="/pub/css/an.css?ver=249">
|
<link rel="stylesheet" type="text/css" href="/pub/css/an.css?ver=250">
|
||||||
<link rel="icon" type="image/ico" href="https://argumenti.ru/favicon.ico">
|
<link rel="icon" type="image/ico" href="https://argumenti.ru/favicon.ico">
|
||||||
<?if (isset($description)):?>
|
<?if (isset($description)):?>
|
||||||
<meta name="description" content="<?=$description?>">
|
<meta name="description" content="<?=$description?>">
|
||||||
|
|||||||
Reference in New Issue
Block a user