mirror of https://github.com/apache/archiva.git
new icon model for file pattern and legacy path
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1307293 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
09cc2fe250
commit
6121081439
|
@ -62,7 +62,9 @@
|
|||
{{/each}}
|
||||
<td>
|
||||
<a href="#" data-bind="click: function(){ removeLegacyArtifactPath(row) }">
|
||||
<img src="images/edit-cut.png" title="${$.i18n.prop('delete')}"/>
|
||||
<span class="btn btn-danger">
|
||||
<i class="icon-trash icon-white"/>
|
||||
</span>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -180,7 +182,9 @@
|
|||
<td>${pattern}</td>
|
||||
<td>
|
||||
<a href="#" data-bind="click: function(){ removeFileTypePattern(fileType.id(),pattern) }">
|
||||
<img src="images/edit-cut-22-22.png" title="${$.i18n.prop('delete')}"/>
|
||||
<span class="btn btn-danger">
|
||||
<i class="icon-trash icon-white"/>
|
||||
</span>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -189,7 +193,9 @@
|
|||
<td><input type="text" id="pattern-${fileType.id}"/></td>
|
||||
<td>
|
||||
<a href="#" data-bind="click: function(){addFileTypePattern(fileType.id())}">
|
||||
<img src="images/list-add-22-22.png" title="${$.i18n.prop('add')}"/>
|
||||
<span class="btn btn-success">
|
||||
<i class="icon-plus-sign icon-white"/>
|
||||
</span>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue