Add BadgedLabel widget
diff --git a/_projectCommon.php b/_projectCommon.php
index a9d149f..68dc97c 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -31,6 +31,7 @@
$Nav->addCustomNav("Examples","/nebula/examples.php","_self", 2);
$Nav->addCustomNav("Source","/nebula/source.php","_self", 2);
$Nav->addNavSeparator("Nebula Release", "");
+ $Nav->addCustomNav("BadgedLabel", "https://wiki.eclipse.org/Nebula_Badged_Label", "_self", 2);
$Nav->addCustomNav("Breadcrumb", "https://wiki.eclipse.org/Nebula_Breadcrumb", "_self", 2);
$Nav->addCustomNav("Calculator", "https://wiki.eclipse.org/Nebula_Calculator", "_self", 2);
$Nav->addCustomNav("CDateTime", "/nebula/widgets/cdatetime/cdatetime.php", "_self", 2);
diff --git a/images/badgedlabel.png b/images/badgedlabel.png
new file mode 100644
index 0000000..c2a97a1
--- /dev/null
+++ b/images/badgedlabel.png
Binary files differ
diff --git a/index.php b/index.php
index 96e229f..829c178 100644
--- a/index.php
+++ b/index.php
@@ -909,18 +909,18 @@
</td>
<td align="center" valign="bottom">
- <!--<table>
+ <<table>
<tr>
<td align="center"><a
- href="https://wiki.eclipse.org/Nebula_PasswordRevealer"><img class="img-responsive"
- src="images/passwordrevealer.png" border="0"
- alt="This widget proposes a password field with and additional button to reveal the password."
- title="Password Revealer"></a></td>
+ href="https://wiki.eclipse.org/Nebula_Badged_Label"><img class="img-responsive"
+ src="images/badgedlabel.png" border="0"
+ alt="This widget proposes a label that can be decorated with a badge."
+ title="Badged Label"></a></td>
</tr>
<tr>
- <td align="center"><b>Password Revealer</b></td>
+ <td align="center"><b>Badged Label</b></td>
</tr>
- </table>-->
+ </table>
</td>
</tr>