Skip to content

Commit

Permalink
use icons rather than words for add header
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Apr 24, 2013
1 parent 9bd3fae commit bdeed91
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions hawtio-web/src/main/webapp/app/camel/html/sendMessage.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
<button id="sendButton" type="submit" class="btn btn-primary pull-left" ng-click="sendMessage()">Send Message
</button>

<button id="addHeaderButton" class="btn pull-right" ng-click="addHeader()" title="Add a new message header">Add
Header
<button id="addHeaderButton" class="btn pull-right" ng-click="addHeader()" title="Add a new message header"><i class="icon-plus"></i>
</button>
</div>
<div class="row-fluid">
Expand All @@ -19,7 +18,7 @@
<input type="text" style="width: 100%" ng-model="header.value" placeholder="Value of the message header">
</td>
<td style="width: 1px">
<button ng-click="removeHeader(header)" title="Removes this message header"><i class="icon-remove"></i></button>
<button ng-click="removeHeader(header)" class="btn pull-right" title="Removes this message header"><i class="icon-remove"></i></button>
</td>
</tr>
</table>
Expand Down

0 comments on commit bdeed91

Please sign in to comment.