FSN#38203 Favorieten menu kunnen aanleggen

svn path=/Website/trunk/; revision=31415
This commit is contained in:
Erik Groener
2016-11-10 11:25:44 +00:00
parent a5e9bbddf5
commit d2c00c011f
2 changed files with 2 additions and 2 deletions

View File

@@ -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!

View File

@@ -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)'>&nbsp;<img src='../Pictures/pin.png'></span>":"")
+ (params.noclose?"":"<span class='tabclose' onclick='FcltMgr._pageManager._closeTab(this)'>&nbsp;X</span>")
+ "</a></li>"