@@ -29,9 +29,9 @@ discard block |
||
29 | 29 | </li> |
30 | 30 | {{/each}} |
31 | 31 | |
32 | -<?php if($_['appstoreEnabled']): ?> |
|
32 | +<?php if ($_['appstoreEnabled']): ?> |
|
33 | 33 | <li> |
34 | - <a class="app-external icon-info" target="_blank" rel="noreferrer noopener" href="<?php p($urlGenerator->linkToDocs('developer-manual')); ?>"><?php p($l->t('Developer documentation'));?> ↗</a> |
|
34 | + <a class="app-external icon-info" target="_blank" rel="noreferrer noopener" href="<?php p($urlGenerator->linkToDocs('developer-manual')); ?>"><?php p($l->t('Developer documentation')); ?> ↗</a> |
|
35 | 35 | </li> |
36 | 36 | <?php endif; ?> |
37 | 37 | </script> |
@@ -40,7 +40,7 @@ discard block |
||
40 | 40 | {{#if newCategory}} |
41 | 41 | <div class="apps-header"> |
42 | 42 | <div class="app-image"></div> |
43 | - <h2>{{categoryName}} <input class="enable" type="submit" data-bundleid="{{bundleId}}" data-active="true" value="<?php p($l->t('Enable all'));?>"/></h2> |
|
43 | + <h2>{{categoryName}} <input class="enable" type="submit" data-bundleid="{{bundleId}}" data-active="true" value="<?php p($l->t('Enable all')); ?>"/></h2> |
|
44 | 44 | <div class="app-version"></div> |
45 | 45 | <div class="app-level"></div> |
46 | 46 | <div class="app-groups"></div> |
@@ -58,7 +58,7 @@ discard block |
||
58 | 58 | </div> |
59 | 59 | <div class="app-version">{{version}}</div> |
60 | 60 | <div class="app-level"> |
61 | - {{{level}}}{{#unless internal}}<a href="https://apps.nextcloud.com/apps/{{id}}" target="_blank"><?php p($l->t('View in store'));?> ↗</a>{{/unless}} |
|
61 | + {{{level}}}{{#unless internal}}<a href="https://apps.nextcloud.com/apps/{{id}}" target="_blank"><?php p($l->t('View in store')); ?> ↗</a>{{/unless}} |
|
62 | 62 | </div> |
63 | 63 | |
64 | 64 | <div class="app-groups"> |
@@ -78,9 +78,9 @@ discard block |
||
78 | 78 | <input class="uninstall" type="submit" value="<?php p($l->t('Remove')); ?>" data-appid="{{id}}" /> |
79 | 79 | {{/if}} |
80 | 80 | {{#if active}} |
81 | - <input class="enable" type="submit" data-appid="{{id}}" data-active="true" value="<?php p($l->t("Disable"));?>"/> |
|
81 | + <input class="enable" type="submit" data-appid="{{id}}" data-active="true" value="<?php p($l->t("Disable")); ?>"/> |
|
82 | 82 | {{else}} |
83 | - <input class="enable{{#if needsDownload}} needs-download{{/if}}" type="submit" data-appid="{{id}}" data-active="false" {{#unless canInstall}}disabled="disabled"{{/unless}} value="<?php p($l->t("Enable"));?>"/> |
|
83 | + <input class="enable{{#if needsDownload}} needs-download{{/if}}" type="submit" data-appid="{{id}}" data-active="false" {{#unless canInstall}}disabled="disabled"{{/unless}} value="<?php p($l->t("Enable")); ?>"/> |
|
84 | 84 | {{/if}} |
85 | 85 | </div> |
86 | 86 | </div> |
@@ -110,7 +110,7 @@ discard block |
||
110 | 110 | <div class="app-description-container hidden"> |
111 | 111 | <div class="app-version">{{version}}</div> |
112 | 112 | {{#if profilepage}}<a href="{{profilepage}}" target="_blank" rel="noreferrer noopener">{{/if}} |
113 | - <div class="app-author"><?php p($l->t('by %s', ['{{author}}']));?> |
|
113 | + <div class="app-author"><?php p($l->t('by %s', ['{{author}}'])); ?> |
|
114 | 114 | {{#if licence}} |
115 | 115 | (<?php p($l->t('%s-licensed', ['{{licence}}'])); ?>) |
116 | 116 | {{/if}} |
@@ -120,37 +120,37 @@ discard block |
||
120 | 120 | <!--<div class="app-changed">{{changed}}</div>--> |
121 | 121 | {{#if documentation}} |
122 | 122 | <p class="documentation"> |
123 | - <?php p($l->t("Documentation:"));?> |
|
123 | + <?php p($l->t("Documentation:")); ?> |
|
124 | 124 | {{#if documentation.user}} |
125 | 125 | <span class="userDocumentation"> |
126 | - <a id="userDocumentation" class="appslink" href="{{documentation.user}}" target="_blank" rel="noreferrer noopener"><?php p($l->t('User documentation'));?> ↗</a> |
|
126 | + <a id="userDocumentation" class="appslink" href="{{documentation.user}}" target="_blank" rel="noreferrer noopener"><?php p($l->t('User documentation')); ?> ↗</a> |
|
127 | 127 | </span> |
128 | 128 | {{/if}} |
129 | 129 | |
130 | 130 | {{#if documentation.admin}} |
131 | 131 | <span class="adminDocumentation"> |
132 | - <a id="adminDocumentation" class="appslink" href="{{documentation.admin}}" target="_blank" rel="noreferrer noopener"><?php p($l->t('Admin documentation'));?> ↗</a> |
|
132 | + <a id="adminDocumentation" class="appslink" href="{{documentation.admin}}" target="_blank" rel="noreferrer noopener"><?php p($l->t('Admin documentation')); ?> ↗</a> |
|
133 | 133 | </span> |
134 | 134 | {{/if}} |
135 | 135 | |
136 | 136 | {{#if documentation.developer}} |
137 | 137 | <span class="developerDocumentation"> |
138 | - <a id="developerDocumentation" class="appslink" href="{{documentation.developer}}" target="_blank" rel="noreferrer noopener"><?php p($l->t('Developer documentation'));?> ↗</a> |
|
138 | + <a id="developerDocumentation" class="appslink" href="{{documentation.developer}}" target="_blank" rel="noreferrer noopener"><?php p($l->t('Developer documentation')); ?> ↗</a> |
|
139 | 139 | </span> |
140 | 140 | {{/if}} |
141 | 141 | </p> |
142 | 142 | {{/if}} |
143 | 143 | |
144 | 144 | {{#if website}} |
145 | - <a id="userDocumentation" class="appslink" href="{{website}}" target="_blank" rel="noreferrer noopener"><?php p($l->t('Visit website'));?> ↗</a> |
|
145 | + <a id="userDocumentation" class="appslink" href="{{website}}" target="_blank" rel="noreferrer noopener"><?php p($l->t('Visit website')); ?> ↗</a> |
|
146 | 146 | {{/if}} |
147 | 147 | |
148 | 148 | {{#if bugs}} |
149 | - <a id="adminDocumentation" class="appslink" href="{{bugs}}" target="_blank" rel="noreferrer noopener"><?php p($l->t('Report a bug'));?> ↗</a> |
|
149 | + <a id="adminDocumentation" class="appslink" href="{{bugs}}" target="_blank" rel="noreferrer noopener"><?php p($l->t('Report a bug')); ?> ↗</a> |
|
150 | 150 | {{/if}} |
151 | 151 | </div><!-- end app-description-container --> |
152 | - <div class="app-description-toggle-show" role="link"><?php p($l->t("Show description …"));?></div> |
|
153 | - <div class="app-description-toggle-hide hidden" role="link"><?php p($l->t("Hide description …"));?></div> |
|
152 | + <div class="app-description-toggle-show" role="link"><?php p($l->t("Show description …")); ?></div> |
|
153 | + <div class="app-description-toggle-hide hidden" role="link"><?php p($l->t("Hide description …")); ?></div> |
|
154 | 154 | |
155 | 155 | <div class="app-dependencies update hidden"> |
156 | 156 | <p><?php p($l->t('This app has an update available.')); ?></p> |
@@ -181,14 +181,14 @@ discard block |
||
181 | 181 | |
182 | 182 | <input class="update hidden" type="submit" value="<?php p($l->t('Update to %s', array('{{update}}'))); ?>" data-appid="{{id}}" /> |
183 | 183 | {{#if active}} |
184 | - <input class="enable" type="submit" data-appid="{{id}}" data-active="true" value="<?php p($l->t("Disable"));?>"/> |
|
184 | + <input class="enable" type="submit" data-appid="{{id}}" data-active="true" value="<?php p($l->t("Disable")); ?>"/> |
|
185 | 185 | <div class="groups-enable"> |
186 | 186 | <input type="checkbox" class="groups-enable__checkbox checkbox" id="groups_enable-{{id}}"/> |
187 | 187 | <label for="groups_enable-{{id}}"><?php p($l->t('Enable only for specific groups')); ?></label> |
188 | 188 | </div> |
189 | 189 | <input type="hidden" class="group_select" title="<?php p($l->t('All')); ?>" style="width: 200px"> |
190 | 190 | {{else}} |
191 | - <input class="enable{{#if needsDownload}} needs-download{{/if}}" type="submit" data-appid="{{id}}" data-active="false" {{#unless canInstall}}disabled="disabled"{{/unless}} value="<?php p($l->t("Enable"));?>"/> |
|
191 | + <input class="enable{{#if needsDownload}} needs-download{{/if}}" type="submit" data-appid="{{id}}" data-active="false" {{#unless canInstall}}disabled="disabled"{{/unless}} value="<?php p($l->t("Enable")); ?>"/> |
|
192 | 192 | {{/if}} |
193 | 193 | {{#if canUnInstall}} |
194 | 194 | <input class="uninstall" type="submit" value="<?php p($l->t('Remove')); ?>" data-appid="{{id}}" /> |
@@ -199,7 +199,7 @@ discard block |
||
199 | 199 | </div> |
200 | 200 | </script> |
201 | 201 | |
202 | -<div id="app-navigation" class="icon-loading" data-category="<?php p($_['category']);?>"> |
|
202 | +<div id="app-navigation" class="icon-loading" data-category="<?php p($_['category']); ?>"> |
|
203 | 203 | <ul id="apps-categories"> |
204 | 204 | |
205 | 205 | </ul> |