diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-02-09 08:56:12 -0800 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-02-09 08:56:12 -0800 |
commit | bb656ca2fb50d00cc840a1af2d50460d0a16df57 (patch) | |
tree | d8a9da9ade746ce009e1e0c451202921e9e647df /settings/templates | |
parent | 62122148bf480387f78934abe58e85602e6b4960 (diff) | |
parent | f8335c481569e2454ee7d9ca51256964885aa3c3 (diff) | |
download | nextcloud-server-bb656ca2fb50d00cc840a1af2d50460d0a16df57.tar.gz nextcloud-server-bb656ca2fb50d00cc840a1af2d50460d0a16df57.zip |
Merge pull request #1561 from Raydiation/master
Moved the iframe height and width fix from js to css
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/help.php | 5 |
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> |