Compare commits
No commits in common. "4ca42a041a7c77b37481f1d944a99cd7accbf5cd" and "5d565ab14375e1b0b7cc1e76af8db7351a5d02e9" have entirely different histories.
4ca42a041a
...
5d565ab143
3 changed files with 1 additions and 10 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": "-- \nhttps://leftove.rs/",
|
"footer": "-- https://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"
|
||||||
|
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
<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,7 +700,6 @@ 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