Show ID of Sone in Sone selector.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 13 Oct 2010 13:15:57 +0000 (15:15 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 13 Oct 2010 13:15:57 +0000 (15:15 +0200)
src/main/resources/templates/login.html

index a939bb2..ba69400 100644 (file)
@@ -7,7 +7,7 @@
                        <select name="sone-id">
                                <option disabled="disabled"><%= Page.Login.Option.NoSone|l10n|html></option>
                                <%foreach sones sone>
-                                       <option value="<% sone.id|html>"><% sone.name|html></option>
+                                       <option value="<% sone.id|html>"><% sone.name|html> (<% sone.id|html>)</option>
                                <%/foreach>
                        </select>
                        <button type="submit">Select</button>