luci-app-radicale: remove map.title hack
remove map.title hack; no longer needed Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
This commit is contained in:
parent
1de2606e9f
commit
8e3a24f7cd
2 changed files with 5 additions and 3 deletions
|
@ -10,7 +10,7 @@ PKG_NAME:=luci-app-radicale
|
|||
|
||||
# Version == major.minor.patch
|
||||
# increase "minor" on new functionality and "patch" on patches/optimization
|
||||
PKG_VERSION:=1.0.1
|
||||
PKG_VERSION:=1.0.2
|
||||
|
||||
# Release == build
|
||||
# increase on changes of translation files
|
||||
|
|
|
@ -82,7 +82,7 @@ function service_ok()
|
|||
end
|
||||
|
||||
function app_title_main()
|
||||
return [[</a><a href="javascript:alert(']]
|
||||
return [[<a href="javascript:alert(']]
|
||||
.. I18N.translate("Version Information")
|
||||
.. [[\n\n]] .. luci_app_name()
|
||||
.. [[\n\t]] .. I18N.translate("Version") .. [[:\t]]
|
||||
|
@ -100,12 +100,14 @@ function app_title_main()
|
|||
.. [[\n\n]]
|
||||
.. [[')">]]
|
||||
.. I18N.translate("Radicale CalDAV/CardDAV Server")
|
||||
.. [[</a>]]
|
||||
end
|
||||
function app_title_back()
|
||||
return [[</a><a href="]]
|
||||
return [[<a href="]]
|
||||
.. DISP.build_url("admin", "services", "radicale")
|
||||
.. [[">]]
|
||||
.. I18N.translate("Radicale CalDAV/CardDAV Server")
|
||||
.. [[</a>]]
|
||||
end
|
||||
function app_description()
|
||||
return I18N.translate("The Radicale Project is a complete CalDAV (calendar) and CardDAV (contact) server solution.") .. [[<br />]]
|
||||
|
|
Loading…
Reference in a new issue