diff options
author | Bernhard Posselt <nukeawhale@gmail.com> | 2013-02-09 17:46:23 +0100 |
---|---|---|
committer | Bernhard Posselt <nukeawhale@gmail.com> | 2013-02-09 17:46:23 +0100 |
commit | 62122148bf480387f78934abe58e85602e6b4960 (patch) | |
tree | 05c2c4464ff0ef3dc099bcd21e96df9d5a2638f0 /settings | |
parent | 43981e62e2ede9812988a81a73d2214cd7c670e0 (diff) | |
download | nextcloud-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.php | 5 |
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 |