summaryrefslogtreecommitdiffstats
path: root/settings/templates/help.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-02-09 11:34:25 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-02-09 11:34:25 +0100
commitf8335c481569e2454ee7d9ca51256964885aa3c3 (patch)
tree9fa3d3fcaef25bc8ec92057b2a5277afd7217b04 /settings/templates/help.php
parent5a15221910aa8307d58ae89fc8cb3555663b36d8 (diff)
downloadnextcloud-server-f8335c481569e2454ee7d9ca51256964885aa3c3.tar.gz
nextcloud-server-f8335c481569e2454ee7d9ca51256964885aa3c3.zip
moved iframe height and width fix from js to css
Diffstat (limited to 'settings/templates/help.php')
-rw-r--r--settings/templates/help.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/settings/templates/help.php b/settings/templates/help.php
index 7383fdcf56a..315cbfdb9a2 100644
--- a/settings/templates/help.php
+++ b/settings/templates/help.php
@@ -10,5 +10,6 @@
<?php } ?>
<a class="button newquestion" href="http://owncloud.com" target="_blank"><?php echo $l->t( 'Commercial Support' ); ?></a>
</div>
-<br /><br />
-<iframe src="<?php echo($_['url']); ?>" width="100%" id="ifm" ></iframe> \ No newline at end of file
+<div class="help-includes">
+ <iframe src="<?php echo($_['url']); ?>" class="help-iframe">abc</iframe>
+</div>