מדיה ויקי:Gadget-TemplateParamWizard.js: הבדלים בין גרסאות בדף
מאין תקציר עריכה |
change to labels killed old behavior of painting in red not-in-td fields. |
||
| שורה 487: | שורה 487: | ||
$('<td>', {width: 120}) | $('<td>', {width: 120}) | ||
.css({fontWeight: 'bold', color: nameColor}) | .css({fontWeight: 'bold', color: nameColor}) | ||
.text(templateParams[paramName].label) | .text(templateParams[paramName].label || paramName) | ||
.tipsy({html: true, trigger: 'manual', title: tipsyContent}) | .tipsy({html: true, trigger: 'manual', title: tipsyContent}) | ||
.mouseenter(function() { | .mouseenter(function() { | ||