Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2016-11-06 22:37:59 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2016-11-06 22:41:02 +0300
commit91b9f8c772246dc5c2c6542b93ed77c4a9d2d453 (patch)
tree21b75b5f7a4492966205c92c5cc13f50ff238022 /page-providers.php
parent883b547dbbbf780dfe53fbf93c4fb18b4d119931 (diff)
clean up translation code
Diffstat (limited to 'page-providers.php')
-rw-r--r--page-providers.php15
1 files changed, 10 insertions, 5 deletions
diff --git a/page-providers.php b/page-providers.php
index 4b427a44..8aa41f32 100644
--- a/page-providers.php
+++ b/page-providers.php
@@ -5,17 +5,22 @@
</select>
</div>
<div class="col-md-7 col-md-offset-1">
- <input type="checkbox" id="FreePlans"> <?php echo $l->t('Show only free plans');?><br>
+ <input type="checkbox" id="FreePlans"> <?php
+ echo $l->t('Show only free plans');?><br>
<!-- <input type="checkbox" id="certified"> Show only Certified Partners<br> -->
- <input type="radio" id="hostingboth" name="hosting" value="both" checked> <?php echo $l->t('Both');?><br>
- <input type="radio" id="hostingconsumer" name="hosting" value="consumer"> <?php echo $l->t('Consumers');?><br>
- <input type="radio" id="hostingorganization" name="hosting" value="organization"> <?php echo $l->t('Organization');?><br>
+ <input type="radio" id="hostingboth" name="hosting" value="both" checked> <?php
+ echo $l->t('Both');?><br>
+ <input type="radio" id="hostingconsumer" name="hosting" value="consumer"> <?php
+ echo $l->t('Consumers');?><br>
+ <input type="radio" id="hostingorganization" name="hosting" value="organization"> <?php
+ echo $l->t('Organization');?><br>
</div>
</div>
<div id="providers" class="row">
</div>
-<div class="alert alert-info"><?php echo $l->t('If you offer Nextcloud Server account hosting, you can be <a href="/providers/apply">listed on this page</a>. If you want to report an abuse by one of the providers listed above, you can send us an email to abuse@nextcloud.com.');?></div>
+<div class="alert alert-info"><?php
+ echo $l->t('If you offer Nextcloud Server account hosting, you can be <a href="/providers/apply">listed on this page</a>. If you want to report an abuse by one of the providers listed above, you can send us an email to abuse@nextcloud.com.');?></div>
<script type='text/javascript' src='//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js'></script>
<script type="text/javascript">