Compare commits
2 commits
5d565ab143
...
4ca42a041a
| Author | SHA1 | Date | |
|---|---|---|---|
| 4ca42a041a | |||
| 7d122c0f6c |
3 changed files with 10 additions and 1 deletions
|
|
@ -1290,7 +1290,7 @@
|
||||||
"email": {
|
"email": {
|
||||||
// E-mail address in contact form (to)
|
// E-mail address in contact form (to)
|
||||||
"contact": "contact@leftove.rs",
|
"contact": "contact@leftove.rs",
|
||||||
"footer": "-- https://leftove.rs/",
|
"footer": "-- \nhttps://leftove.rs/",
|
||||||
"prefix": "leftove.rs news -",
|
"prefix": "leftove.rs news -",
|
||||||
// E-mail address uses by the system (from)
|
// E-mail address uses by the system (from)
|
||||||
"system": "system@leftove.rs"
|
"system": "system@leftove.rs"
|
||||||
|
|
|
||||||
8
static/html/entities.group.entity.html
Normal file
8
static/html/entities.group.entity.html
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
<div>
|
||||||
|
<div style="position: absolute; left: 16px; right: 16px; top: 16px">
|
||||||
|
<div style="font-weight: bold; font-size: 13px">About {name}:</div>
|
||||||
|
<div style="height: 8px"></div>
|
||||||
|
<div>{description}</div>
|
||||||
|
<div style="height: 8px"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
@ -700,6 +700,7 @@ pandora.ui.infoView = function(data, isMixed) {
|
||||||
$('<span>').html(formatKey(key)).appendTo($element);
|
$('<span>').html(formatKey(key)).appendTo($element);
|
||||||
Ox.EditableContent({
|
Ox.EditableContent({
|
||||||
clickLink: pandora.clickLink,
|
clickLink: pandora.clickLink,
|
||||||
|
editable: canEdit,
|
||||||
format: function(value) {
|
format: function(value) {
|
||||||
return formatValue(key, value);
|
return formatValue(key, value);
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue