FSN#38203 Favorieten menu kunnen aanleggen
svn path=/Website/trunk/; revision=31415
This commit is contained in:
@@ -646,7 +646,6 @@ function generateMenu (pmode, groep) //groep alleen voor mode 3
|
||||
if (pmode == 1) {
|
||||
|
||||
var menuitems = fillMenuArray();
|
||||
__Log(menuitems);
|
||||
if (menuitems) {
|
||||
// ui-helper-clearfix wordt er straks door jQuery opgezet bij $("#menutabs").tabs();
|
||||
// CONN#19264 Door het alvast zelf te doen wordt een reproduceerbare crash voorkomen!
|
||||
|
||||
@@ -342,6 +342,7 @@ var FcltMgr =
|
||||
this._counter++;
|
||||
var theId = "ID"+this._counter;
|
||||
titel = titel ||L("lcl_shared_loading");
|
||||
var org_titel = titel;
|
||||
var telang = false;
|
||||
if (titel.length > 25)
|
||||
{
|
||||
@@ -357,7 +358,7 @@ var FcltMgr =
|
||||
titel = newDiv.innerHTML;
|
||||
if (telang)
|
||||
titel += "…";
|
||||
var tpl = "<li openerId='" + openerId + "'><a href='#" + theId + "'><span>" +titel + "</span>"
|
||||
var tpl = "<li openerId='" + openerId + "'><a href='#" + theId + "'><span ttl='" +org_titel+ "'>" +titel + "</span>"
|
||||
+ (params.showpin?"<span title='"+L("lcl_current_tab_unsave")+"' class='tabpinned' onclick='FcltMgr.saveTab(this)'> <img src='../Pictures/pin.png'></span>":"")
|
||||
+ (params.noclose?"":"<span class='tabclose' onclick='FcltMgr._pageManager._closeTab(this)'> X</span>")
|
||||
+ "</a></li>"
|
||||
|
||||
Reference in New Issue
Block a user