(refs #11) Add button for batch update.

This commit is contained in:
shimamoto
2013-07-10 12:13:19 +09:00
parent e4324258d3
commit 240a749b87
4 changed files with 67 additions and 26 deletions

View File

@@ -1,7 +1,11 @@
@(body: Html)
@(buttonValue: String = "")(body: Html)
<div class="btn-group">
<button class="btn btn-mini dropdown-toggle" data-toggle="dropdown">
<i class="icon-cog"></i>
@if(buttonValue == ""){
<i class="icon-cog"></i>
} else {
<strong>@buttonValue</strong>
}
<span class="caret"></span>
</button>
<ul class="dropdown-menu">