fix 11941 cannot edit default templates
This commit is contained in:
parent
5ac6a9749e
commit
97020f69bf
2 changed files with 2 additions and 1 deletions
|
|
@ -21,6 +21,7 @@
|
||||||
- fixed #11935: shortcut uses wrong value for getContentLastModified
|
- fixed #11935: shortcut uses wrong value for getContentLastModified
|
||||||
- fixed #11940: quickCSV chokes on newlines in data
|
- fixed #11940: quickCSV chokes on newlines in data
|
||||||
- fixed #11933: EMS shows a dollar currency symbol on Badge Listing
|
- fixed #11933: EMS shows a dollar currency symbol on Badge Listing
|
||||||
|
- fixed #11941: cannot edit default templates in some browsers
|
||||||
|
|
||||||
7.10.3
|
7.10.3
|
||||||
- fixed #11903: Unnecessary debug in Thingy
|
- fixed #11903: Unnecessary debug in Thingy
|
||||||
|
|
|
||||||
|
|
@ -826,7 +826,7 @@ ENDHTML
|
||||||
. $i18n->get( "warning default template" )
|
. $i18n->get( "warning default template" )
|
||||||
. q{</p><p>}
|
. q{</p><p>}
|
||||||
. sprintf( q{<a href="} . $duplicateUrl . q{">%s</a>}, $i18n->get( "make duplicate label" ) )
|
. sprintf( q{<a href="} . $duplicateUrl . q{">%s</a>}, $i18n->get( "make duplicate label" ) )
|
||||||
. q{</p></div}
|
. q{</p></div>}
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue