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