Lisää puhelinnumero yrityksen asetuksiin ja allekirjoituksiin
Puhelinnumero-kenttä yrityksen asetuksissa tallennetaan tietokantaan ja näkyy automaattisesti kaikissa oletusallekirjoituksissa viimeisenä rivinä (sekä SMTP- että Zammad-postilaatikoille). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Noxus HUB</title>
|
||||
<link rel="stylesheet" href="style.css?v=20260313e">
|
||||
<link rel="stylesheet" href="style.css?v=20260313f">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Login -->
|
||||
@@ -1615,6 +1615,10 @@
|
||||
<label>Alaotsikko</label>
|
||||
<input type="text" id="company-edit-subtitle" placeholder="esim. Asiakashallinta">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>Puhelinnumero</label>
|
||||
<input type="text" id="company-edit-phone" placeholder="esim. 020 778 0730">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>Pääväri</label>
|
||||
<div style="display:flex;align-items:center;gap:0.5rem;">
|
||||
@@ -2229,6 +2233,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="script.js?v=20260313e"></script>
|
||||
<script src="script.js?v=20260313f"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user