diff --git a/main/document/create_document.php b/main/document/create_document.php index 1bc7850153..6bc58de91c 100644 --- a/main/document/create_document.php +++ b/main/document/create_document.php @@ -1,5 +1,5 @@ function InnerDialogLoaded() { - var B=new window.frames[0].FCKToolbarButton(\'Templates\',window.frames[0].FCKLang.Templates); - - - + var B=new window.frames[0].FCKToolbarButton(\'Templates\',window.frames[0].FCKLang.Templates); return B.ClickFrame(); -}; - - - - +}; var temp=false; var temp2=false; var use_document_title='.api_get_setting('use_document_title').'; function launch_templates() - { - - - document.getElementById(\'frmModel\').style.display="block"; - document.getElementById(\'frmModel\').innerHTML = " - - - - - - - -
  -   -
- - \ No newline at end of file diff --git a/main/inc/lib/fckeditor/editor/skins/silver/fck_dialog.css b/main/inc/lib/fckeditor/editor/skins/silver/fck_dialog.css index 5fbb0cbf2a..79beba92ce 100644 --- a/main/inc/lib/fckeditor/editor/skins/silver/fck_dialog.css +++ b/main/inc/lib/fckeditor/editor/skins/silver/fck_dialog.css @@ -26,13 +26,13 @@ body body, td, input, select, textarea { - font-size: 11px; + font-size: 12px; font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana; } body, .BackColor { - background-color: #f7f7f7; + background-color: #fff; } .PopupBody @@ -53,6 +53,17 @@ body, .BackColor background-color: #dedede; } + +.PopupTitleSimple +{ + font-size: 11pt; + color: #000; + font-weight: bold; + background-color: #fff; + text-align:right; + padding-right:28px; +} + .PopupButtons { border-top: #cec6b5 1px solid; @@ -74,7 +85,7 @@ body, .BackColor .LightBackground { - background-color: #ffffbe; + background-color: #ffffbe; } .PopupTitleBorder @@ -120,12 +131,11 @@ body, .BackColor cursor: default; padding-top: 4px; border-bottom: #f1f1e3 1px solid; - background-color: #f7f7f7; + background-color: #f7f7f7; } .PopupSelectionBox { - border: #a9a9a9 1px solid; background-color: #dcdcdc; cursor: pointer; cursor: hand;