]> git.mjollnir.org Git - moodle.git/commitdiff
Increase size to popups for translations. So buttons or text
authorjulmis <julmis>
Tue, 18 Nov 2003 08:01:35 +0000 (08:01 +0000)
committerjulmis <julmis>
Tue, 18 Nov 2003 08:01:35 +0000 (08:01 +0000)
would fit into popups.

lib/editor/popups/dlg_ins_smile.php
lib/editor/popups/insert_image.php
lib/editor/popups/insert_table.php

index 4578d956778a5f3a28af88b4220ca5d2fba1c8fc..73f898754157110ccb4742d04f53d0dc541c3864 100644 (file)
@@ -33,7 +33,7 @@
                          'evil'       => '}-]' );
     
 ?>
-<html style="width: 320px; height: 350px;">
+<html>
 <head>
 <meta http-equiv="content-type" content="text/html; charset=<?php print_string("thischarset");?>" />
 <meta name=vs_targetSchema content="HTML 4.0">
@@ -66,6 +66,12 @@ function cancel() {
   return false;
 };
 </script>
+<style type="text/css">
+body {
+  width: 330;
+  height: 360;
+}
+</style>
 </head>
 <body onload="Init()">
 <table class="dlg" cellpadding="0" cellspacing="2" width="100%" height="100%">
index e6010b7814c7345bfc7e08e097ee78399885cf4a..12068b3f84423e81f2db7930617a42787964d885 100644 (file)
@@ -6,13 +6,11 @@
         $course->fullname = "";   // Just to keep display happy, though browsing may fail
     }
 ?>
-<html style="width: 398; height: 218">
-
+<html>
 <head>
   <title>Insert Image</title>
 <meta http-equiv="content-type" content="text/html; charset=<?php print_string("thischarset");?>" />
 <script type="text/javascript" src="popup.js"></script>
-
 <script type="text/javascript">
 var preview_window = null;
 
@@ -111,6 +109,8 @@ function set_url_value()
 
 <style type="text/css">
 html, body {
+  width: 410;
+  height: 240;
   background: ButtonFace;
   color: ButtonText;
   font: 11px Tahoma,Verdana,sans-serif;
index bdf08495f89678ce165a01a29a2d0a120e3d83ec..53555ab56dd05b0cab68721e12178e908895ab2a 100644 (file)
@@ -1,7 +1,7 @@
 <?php
        include("../../../config.php");
 ?>
-<html style="width: 398; height: 218">
+<html>
 <head>
 <meta http-equiv="content-type" content="text/html; charset=<?php print_string("thischarset");?>" />
   <title>Insert Table</title>
@@ -47,6 +47,8 @@ function onCancel() {
 
 <style type="text/css">
 html, body {
+  width: 410;
+  height: 240;
   background: ButtonFace;
   color: ButtonText;
   font: 11px Tahoma,Verdana,sans-serif;