Revision 1942
Added by darkviper over 11 years ago
branches/2.8.x/CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
=============================================================================== |
13 | 13 |
|
14 |
30 Jul-2013 Build 1942 M.v.d.Decken(DarkViper) |
|
15 |
# Tooltips in backend |
|
14 | 16 |
30 Jul-2013 Build 1941 M.v.d.Decken(DarkViper) |
15 | 17 |
# MultiLingual: icon-URL corrected |
16 | 18 |
29 Jul-2013 Build 1940 M.v.d.Decken(DarkViper) |
branches/2.8.x/wb/include/jquery/overlib_mini.js | ||
---|---|---|
25 | 25 |
var over=null,fnRef,hoveringSwitch=false,olHideDelay; |
26 | 26 |
var isMac=(navigator.userAgent.indexOf("Mac")!=-1),olOp=(navigator.userAgent.toLowerCase().indexOf('opera')>-1&&document.createTextNode),olNs4=(navigator.appName=='Netscape'&&parseInt(navigator.appVersion)==4),olNs6=(document.getElementById)?true:false,olKq=(olNs6&&/konqueror/i.test(navigator.userAgent)),olIe4=(document.all)?true:false,olIe5=false,olIe55=false,docRoot='document.body'; |
27 | 27 |
if(olNs4){var oW=window.innerWidth;var oH=window.innerHeight;window.onresize=function(){if(oW!=window.innerWidth||oH!=window.innerHeight)location.reload();}} |
28 |
if(olIe4){var agent=navigator.userAgent;if(/MSIE/.test(agent)){var versNum=parseFloat(agent.match(/MSIE[ ](\d\.\d+)\.*/i)[1]);if(versNum>=5){olIe5=true;olIe55=(versNum>=5.5&&!olOp)?true:false;if(olNs6)olNs6=false;}} |
|
28 |
if(olIe4){var agent=navigator.userAgent;if(/MSIE/.test(agent)){var versNum=parseFloat(agent.match(/MSIE[ ](\d{1,2}\.\d+)\.*/i)[1]);if(versNum>=5){olIe5=true;olIe55=(versNum>=5.5&&!olOp)?true:false;if(olNs6)olNs6=false;}}
|
|
29 | 29 |
if(olNs6)olIe4=false;} |
30 | 30 |
if(document.compatMode&&document.compatMode=='CSS1Compat'){docRoot=((olIe4&&!olOp)?'document.documentElement':docRoot);} |
31 | 31 |
if(window.addEventListener)window.addEventListener("load",OLonLoad_handler,false);else if(window.attachEvent)window.attachEvent("onload",OLonLoad_handler); |
branches/2.8.x/wb/admin/skel/themes/htt/pages_settings.htt | ||
---|---|---|
42 | 42 |
<input type="text" id="page_title" name="page_title" value="{PAGE_TITLE}" /> |
43 | 43 |
</div> |
44 | 44 |
<div class="{PAGE_EXTENDET_HIDE}"> |
45 |
<label for="page_icon" >{TEXT_PAGE_ICON}:</label> |
|
46 |
<span class="overlib" {p_page_icon_dir} ><img src="{THEME_URL}/icons/help_16.png" alt="TEXT_PAGE_ICON" /></span> |
|
45 |
<label for="page_icon" class="overlib" |
|
46 |
style="background-image: url({THEME_URL}/icons/help_16.png);" |
|
47 |
{p_page_icon_dir}>{TEXT_PAGE_ICON}: |
|
48 |
</label> |
|
47 | 49 |
<select id="page_icon" name="page_icon"> |
48 | 50 |
<option value="0">--- {TEXT_NO_SELECTION} ---</option> |
49 | 51 |
<!-- BEGIN page_icon_list_block --> |
... | ... | |
56 | 58 |
<input type="text" id="menu_title" name="menu_title" value="{MENU_TITLE}" /> |
57 | 59 |
</div> |
58 | 60 |
<div> |
59 |
<label for="seo_title">{TEXT_SEO_TITLE}:</label> |
|
60 |
<span class="overlib" {p_menu_filename} ><img src="{THEME_URL}/icons/help_16.png" alt="TEXT_SEO_TITLE" /></span> |
|
61 |
<label for="seo_title" class="overlib" |
|
62 |
style="background-image: url({THEME_URL}/icons/help_16.png);" |
|
63 |
{p_menu_filename}>{TEXT_SEO_TITLE}: |
|
64 |
</label> |
|
61 | 65 |
<input type="text" id="seo_title" name="seo_title" value="{SEO_TITLE}" /> |
62 | 66 |
</div> |
63 | 67 |
<div id="extented0" style="{PAGE_EXTENDET_HIDE}"> |
64 |
<label for="menu_icon_0">{TEXT_MENU_ICON_0}:</label> |
|
65 |
<span class="overlib" {p_menu_icon0_dir} ><img src="{THEME_URL}/icons/help_16.png" alt="TEXT_MENU_ICON_0" /></span> |
|
68 |
<label for="menu_icon_0" class="overlib" |
|
69 |
style="background-image: url({THEME_URL}/icons/help_16.png);" |
|
70 |
{p_menu_icon0_dir}>{TEXT_MENU_ICON_0}: |
|
71 |
</label> |
|
66 | 72 |
<select id="menu_icon_0" name="menu_icon_0"> |
67 | 73 |
<option value="0">--- {TEXT_NO_SELECTION} ---</option> |
68 | 74 |
<!-- BEGIN menu_icon0_list_block --> |
... | ... | |
71 | 77 |
</select> |
72 | 78 |
</div> |
73 | 79 |
<div id="extented1" style="{PAGE_EXTENDET_HIDE}"> |
74 |
<label for="menu_icon_1" >{TEXT_MENU_ICON_1}:</label> |
|
75 |
<span class="overlib" {p_menu_icon1_dir} ><img src="{THEME_URL}/icons/help_16.png" alt="TEXT_MENU_ICON_1" /></span> |
|
80 |
<label for="menu_icon_1" class="overlib" |
|
81 |
style="background-image: url({THEME_URL}/icons/help_16.png);" |
|
82 |
{p_menu_icon1_dir}>{TEXT_MENU_ICON_1}: |
|
83 |
</label> |
|
76 | 84 |
<select id="menu_icon_1" name="menu_icon_1"> |
77 | 85 |
<option value="0">--- {TEXT_NO_SELECTION} ---</option> |
78 | 86 |
<!-- BEGIN menu_icon1_list_block --> |
... | ... | |
140 | 148 |
</div> |
141 | 149 |
<!-- BEGIN show_page_code_block --> |
142 | 150 |
<div> |
143 |
<label for="page_code">{TEXT_PAGE_CODE}:</label> |
|
144 |
<span class="overlib" {p_menu_page_code} ><img src="{THEME_URL}/icons/help_16.png" alt="TEXT_PAGE_CODE" /></span> |
|
151 |
<label for="page_code" class="overlib" |
|
152 |
style="background-image: url({THEME_URL}/icons/help_16.png);" |
|
153 |
{p_menu_page_code}>{TEXT_PAGE_CODE}: |
|
154 |
</label> |
|
145 | 155 |
<select id="page_code" name="page_code" class="value_page_code"> |
146 | 156 |
<!-- BEGIN page_code_list_block --> |
147 | 157 |
<option value="{VALUE}"{SELECTED} style="background: {FLAG_CODE_ICON} no-repeat center left; padding-left: 20px;"> {PAGE_VALUE}</option> |
branches/2.8.x/wb/admin/pages/settings.php | ||
---|---|---|
621 | 621 |
function p($text,$lang) |
622 | 622 |
{ |
623 | 623 |
global $admin; |
624 |
$retVal = 'onclick="return overlib(';
|
|
624 |
$retVal = 'onmouseover="return overlib(';
|
|
625 | 625 |
$retVal .= '\''.$text.'\','; |
626 | 626 |
$retVal .= 'CAPTION,\''.$lang.'\','; |
627 | 627 |
$retVal .= 'FGCOLOR,\'#ffffff\','; |
628 | 628 |
$retVal .= 'BGCOLOR,\'#557c9e\','; |
629 | 629 |
$retVal .= 'BORDER,1,'; |
630 |
$retVal .= 'WIDTH,'; |
|
631 |
$retVal .= 'HEIGHT,'; |
|
632 |
$retVal .= 'STICKY,'; |
|
630 |
// $retVal .= 'WIDTH,';
|
|
631 |
// $retVal .= 'HEIGHT,';
|
|
632 |
// $retVal .= 'STICKY,';
|
|
633 | 633 |
$retVal .= 'CAPTIONSIZE,\'13px\','; |
634 | 634 |
$retVal .= 'CLOSETEXT,\'X\','; |
635 | 635 |
$retVal .= 'CLOSESIZE,\'14px\','; |
... | ... | |
637 | 637 |
$retVal .= 'TEXTSIZE,\'12px\','; |
638 | 638 |
$retVal .= 'VAUTO,'; |
639 | 639 |
$retVal .= 'HAUTO,'; |
640 |
$retVal .= 'MOUSEOFF,'; |
|
640 |
// $retVal .= 'MOUSEOFF,';
|
|
641 | 641 |
$retVal .= 'WRAP,'; |
642 | 642 |
$retVal .= 'CELLPAD,5'; |
643 | 643 |
$retVal .= ')" onmouseout="return nd()"'; |
644 | 644 |
// $retVal .= ''; |
645 |
|
|
646 | 645 |
return $retVal; |
647 | 646 |
} |
648 | 647 |
|
branches/2.8.x/wb/admin/pages/languages/EN.php | ||
---|---|---|
70 | 70 |
$HELP['PAGE_IMAGE_DIR'] .='<p>Example::<br /><b>/media/banner</b></p>'; |
71 | 71 |
$HELP['PAGE_IMAGE_DIR'] .='<p> </p>'; |
72 | 72 |
|
73 |
$HELP['PAGE_CODE'] = '<p>If you see this field, you have registered the module for the multilingual facility.</p>'; |
|
74 |
$HELP['PAGE_CODE'] .= '<p>The first step is to be provided a side tree like in the help described</p>'; |
|
75 |
$HELP['PAGE_CODE'] .= '<p><a href=\\\'http:\/\/www.websitebaker.org/en/help/designer-guide/multilingual-websites.php\\\' target=\\\'_blank\\\'>Multilingual Websites</a></p>'; |
|
76 |
$HELP['PAGE_CODE'] .= '<p>The side linguistic tree is provided from the provided sides of the standard language (<i>Options</i>).</p>'; |
|
77 |
$HELP['PAGE_CODE'] .= '<p>They can update any time the side linguistic tree by click on the title! The assigned sides remain unchanged.</p>'; |
|
78 |
$HELP['PAGE_CODE'] .= '<p>If you have put a side into another language, confirm from this list the matching entry of the standard language</p>'; |
|
79 |
$HELP['PAGE_CODE'] .= '<p>Example:<br />Created page in sub DE: <b>Impressum</b> choose Default Language EN: <b>Imprint</b></p>'; |
|
73 |
$HELP['PAGE_CODE'] = '<p>If you see this field, you have registered the module for the multilingual facility.<br/>'; |
|
74 |
$HELP['PAGE_CODE'] .= 'The first step is to be provided a side tree like in the WB-help described<br/>'; |
|
75 |
$HELP['PAGE_CODE'] .= 'The side linguistic tree is provided from the provided sides of the standard language (<i>Options</i>).<br/>'; |
|
76 |
$HELP['PAGE_CODE'] .= 'They can update any time the side linguistic tree by click on the title! The assigned sides remain unchanged.<br/>'; |
|
77 |
$HELP['PAGE_CODE'] .= 'If you have put a side into another language, confirm from this list the matching entry of the standard language<br/>'; |
|
78 |
$HELP['PAGE_CODE'] .= 'Example:<br />Created page in sub DE: <b>Impressum</b> choose Default Language EN: <b>Imprint</b></p>'; |
|
80 | 79 |
|
81 | 80 |
$HELP['SEO_TITLE'] = '<p>Path and file name of the access file of this page. <br /> <b>{{filename}}</b></p>'; |
82 | 81 |
$HELP['SEO_TITLE'] .= '<p>In this field you can define a well readable, expressive name for the access file, regardless of menu title or page title. This is also usable well to create SEO friendly links..</p>'; |
branches/2.8.x/wb/admin/pages/languages/DE.php | ||
---|---|---|
70 | 70 |
$HELP['PAGE_IMAGE_DIR'] .='<p>Beispiel:<br /><b>/media/banner</b></p>'; |
71 | 71 |
$HELP['PAGE_IMAGE_DIR'] .='<p> </p>'; |
72 | 72 |
|
73 |
$HELP['PAGE_CODE'] = '<p>Wenn Sie dieses Feld sehen, haben Sie das Modul für die Mehrsprachigkeit registriert.</p>'; |
|
74 |
$HELP['PAGE_CODE'] .= '<p>Der erste Schritt ist einen Seitenbaum, wie in der WebsiteBaker Hilfe beschrieben, zu erstellen</p>'; |
|
75 |
$HELP['PAGE_CODE'] .= '<p>Link: <a href=\\\'http:\/\/www.websitebaker.org/de/hilfe/designerhandbuch/mehrsprachige-webseiten.php\\\' target=\\\'_blank\\\'>Mehrsprachige Webseiten</a></p>'; |
|
76 |
$HELP['PAGE_CODE'] .= '<p>Der Seitensprachbaum wird aus den erstellten Seiten der Standardsprache (Standardeinstellungen in <i>Optionen</i>) erstellt.</p>'; |
|
77 |
$HELP['PAGE_CODE'] .= '<p>Sie können jederzeit den Standard Seitensprachbaum durch Klick auf den Titeltext aktualisieren! Die zugewiesenen Seiten bleiben unverändert.</p>'; |
|
78 |
$HELP['PAGE_CODE'] .= '<p>Wenn sie eine Seite in einer anderen Sprache angelegt haben, bestätigen Sie aus dieser Liste den dazugehörigen Eintrag der Standardsprache.</p>'; |
|
79 |
$HELP['PAGE_CODE'] .= '<p>Beispiel:<br />Erstellte Seite im Zweig EN: <b>Imprint</b> zuweisen an Standardsprache DE: <b>Impressum</b></p>'; |
|
73 |
$HELP['PAGE_CODE'] = '<p>Wenn Sie dieses Feld sehen, haben Sie das Modul für die Mehrsprachigkeit registriert.<br/>'; |
|
74 |
$HELP['PAGE_CODE'] .= 'Der erste Schritt ist einen Seitenbaum, wie in der WebsiteBaker Hilfe beschrieben, zu erstellen<br/>'; |
|
75 |
$HELP['PAGE_CODE'] .= 'Der Seitensprachbaum wird aus den erstellten Seiten der Standardsprache (Standardeinstellungen in <i>Optionen</i>) erstellt.<br/>'; |
|
76 |
$HELP['PAGE_CODE'] .= 'Sie können jederzeit den Standard Seitensprachbaum durch Klick auf den Titeltext aktualisieren! Die zugewiesenen Seiten bleiben unverändert.<br/>'; |
|
77 |
$HELP['PAGE_CODE'] .= 'Wenn sie eine Seite in einer anderen Sprache angelegt haben, bestätigen Sie aus dieser Liste den dazugehörigen Eintrag der Standardsprache.<br/>'; |
|
78 |
$HELP['PAGE_CODE'] .= '<u>Beispiel:</u><br />Erstellte Seite im Zweig EN: <b>Imprint</b> zuweisen an Standardsprache DE: <b>Impressum</b></p>'; |
|
80 | 79 |
|
81 |
$HELP['SEO_TITLE'] = '<p>Verzeichnis und Dateiname der Zugriffsdatei dieser Seite<br /> <b>{{filename}}</b></p>';
|
|
82 |
$HELP['SEO_TITLE'] .= '<p>In diesem Feld können Sie unabhängig von Menü- oder Seitentitel einen gut lesbaren, aussagekräftigen Dateinamen für die Zugriffsdatei festlegen. Dieser ist auch gut zur Erstellung SEO-freundlicher Links verwendbar.</p>';
|
|
83 |
$HELP['SEO_TITLE'] .= '<p><b>Beispiel:</b><br /><br />Eingabe Menütitel: <b>Pressemitteilung</b><br />';
|
|
80 |
$HELP['SEO_TITLE'] = '<p>Verzeichnis und Dateiname der Zugriffsdatei dieser Seite<br /> <b>{{filename}}</b><br/>';
|
|
81 |
$HELP['SEO_TITLE'] .= 'In diesem Feld können Sie unabhängig von Menü- oder Seitentitel einen gut lesbaren, aussagekräftigen Dateinamen für die Zugriffsdatei festlegen. Dieser ist auch gut zur Erstellung SEO-freundlicher Links verwendbar.<br/>';
|
|
82 |
$HELP['SEO_TITLE'] .= '<b>Beispiel:</b><br /><br />Eingabe Menütitel: <b>Pressemitteilung</b><br />'; |
|
84 | 83 |
$HELP['SEO_TITLE'] .= 'Eingabe Dateiname: <b>Pressemitteilung und Downloads</b><br />'; |
85 | 84 |
$HELP['SEO_TITLE'] .= 'Erstellt Zugriffsdatei: <b>pressemitteilungen-und-downloads.php</b></p>'; |
branches/2.8.x/wb/admin/interface/version.php | ||
---|---|---|
51 | 51 |
|
52 | 52 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
53 | 53 |
if(!defined('VERSION')) define('VERSION', '2.8.3'); |
54 |
if(!defined('REVISION')) define('REVISION', '1941');
|
|
54 |
if(!defined('REVISION')) define('REVISION', '1942');
|
|
55 | 55 |
if(!defined('SP')) define('SP', ''); |
branches/2.8.x/wb/modules/SecureFormSwitcher/tool.php | ||
---|---|---|
263 | 263 |
$retVal .= 'FGCOLOR,\'#ffffff\','; |
264 | 264 |
$retVal .= 'BGCOLOR,\'#557c9e\','; |
265 | 265 |
$retVal .= 'BORDER,1,'; |
266 |
$retVal .= 'WIDTH,'; |
|
267 |
$retVal .= 'HEIGHT,'; |
|
268 |
$retVal .= 'STICKY,'; |
|
266 |
// $retVal .= 'WIDTH,';
|
|
267 |
// $retVal .= 'HEIGHT,';
|
|
268 |
// $retVal .= 'STICKY,';
|
|
269 | 269 |
$retVal .= 'CAPTIONSIZE,\'13px\','; |
270 | 270 |
$retVal .= 'CLOSETEXT,\'X\','; |
271 | 271 |
$retVal .= 'CLOSESIZE,\'16px\','; |
... | ... | |
273 | 273 |
$retVal .= 'TEXTSIZE,\'12px\','; |
274 | 274 |
$retVal .= 'VAUTO,'; |
275 | 275 |
$retVal .= 'HAUTO,'; |
276 |
$retVal .= 'MOUSEOFF,'; |
|
276 |
// $retVal .= 'MOUSEOFF,';
|
|
277 | 277 |
$retVal .= 'WRAP,'; |
278 | 278 |
$retVal .= 'CELLPAD,5'; |
279 | 279 |
$retVal .= ')" onmouseout="return nd();"'; |
Also available in: Unified diff
fixed Tooltips in backend