2013-08-04 23:49:07 +00:00
|
|
|
<div class="input-group">
|
2013-08-14 23:44:51 +00:00
|
|
|
<span class="input-group-addon"
|
2014-04-13 10:45:31 +00:00
|
|
|
title="<%= syncAttributes.provider.providerName %>">
|
2013-08-14 23:44:51 +00:00
|
|
|
<i
|
2014-04-13 10:45:31 +00:00
|
|
|
class="icon-provider-<%= syncAttributes.provider.providerId %>"></i>
|
2013-08-14 23:44:51 +00:00
|
|
|
</span> <input class="form-control" type="text"
|
|
|
|
value="<%= syncDesc %>" disabled />
|
|
|
|
<div class="input-group-btn">
|
2013-08-15 00:01:40 +00:00
|
|
|
<a class="btn btn-link remove-button" title="Remove this location"
|
2013-08-14 23:44:51 +00:00
|
|
|
data-sync-index="<%= syncAttributes.syncIndex %>"><i class="icon-trash"></i></a>
|
|
|
|
</div>
|
2013-06-10 21:22:32 +00:00
|
|
|
</div>
|