summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-24 23:02:40 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-24 23:03:16 +0100
commitc09553494684447245238cbc2874ce65d4aaecee (patch)
tree5c40b121c588154fff682e824b42a42ff5813874 /app
parent2efc5f3853d5120c4ed4c7801e320464ca36e9b9 (diff)
Autohelp config.
Diffstat (limited to 'app')
-rw-r--r--app/views/page/help.de.html.haml4
-rw-r--r--app/views/tenants/_table_of_sip_accounts.html.haml2
2 files changed, 3 insertions, 3 deletions
diff --git a/app/views/page/help.de.html.haml b/app/views/page/help.de.html.haml
index 4b75935..80c4d72 100644
--- a/app/views/page/help.de.html.haml
+++ b/app/views/page/help.de.html.haml
@@ -5,14 +5,14 @@
%strong
Personalisierter SIP-Accounts
%br
- Dieser wird einer bestimmten Person zugeordnet. In einer normalen Gemeinschaft-Installation sind die meisten SIP-Accounts personalisiert.
+ Dieser wird einer bestimmten Person zugeordnet und deshalb für diesen Account z.B. Telefontastenbelegungen definieren kann. In einer normalen Gemeinschaft-Installation sind die meisten SIP-Accounts personalisiert.
%br
=link_to "SIP-Account für #{current_user} anlegen.", new_user_sip_account_path(current_user)
%li
%strong
Firmen SIP-Accounts
%br
- Es gibt bestimmte SIP-Account, die keiner bestimmten Person zugeordnet werden können (z.B. für Telefone in einem Konferenzraum). Dafür gibt es Firmen SIP-Accounts.
+ Es gibt bestimmte SIP-Account, die keiner bestimmten Person zugeordnet werden können (z.B. für Telefone in einem Konferenzraum oder einem Aufzug). Dafür gibt es Firmen SIP-Accounts.
%br
=link_to "SIP-Account für #{current_user.current_tenant} anlegen.", new_tenant_sip_account_path(current_user.current_tenant)
diff --git a/app/views/tenants/_table_of_sip_accounts.html.haml b/app/views/tenants/_table_of_sip_accounts.html.haml
index b5f618b..ef8e458 100644
--- a/app/views/tenants/_table_of_sip_accounts.html.haml
+++ b/app/views/tenants/_table_of_sip_accounts.html.haml
@@ -1,6 +1,6 @@
- cache(['tenant_show_table_of_sip_accounts', I18n.locale, tenant, tenant.sip_accounts.count, tenant.sip_accounts.reorder(:updated_at).last]) do
.row
- - if !tenant.sip_accounts.any?
+ - if GsParameter.get('AUTO_ADMIN_ONLINE_HELP') == true && !tenant.sip_accounts.any?
.span6
-# SIP accounts
-#