Revision 7961
Added by ben leinfelder over 11 years ago
lib/style/common/templates/metacatui/entryForm.tmpl | ||
---|---|---|
495 | 495 |
<tr class="sectbody"> |
496 | 496 |
<td class="rightCol"> |
497 | 497 |
<a style="cursor:pointer"> |
498 |
<img onClick="cleanTextNodes('keywordHRRow', 'addkeyrow');moveUpRow(event)"
|
|
499 |
src="[% contextUrl %]/style/images/previous.gif"
|
|
500 |
alt="Move Up" border="0"/>
|
|
498 |
<i onClick="cleanTextNodes('keywordHRRow', 'addkeyrow');moveUpRow(event)" |
|
499 |
class="icon-arrow-up"
|
|
500 |
alt="Move Up"></i>
|
|
501 | 501 |
</a> |
502 | 502 |
<a style="cursor:pointer"> |
503 |
<img onClick="cleanTextNodes('keywordHRRow', 'addkeyrow');moveDownRow(event, 'addkeyrow')"
|
|
504 |
src="[% contextUrl %]/style/images/next.gif"
|
|
505 |
alt="Move Down" border="0"/>
|
|
503 |
<i onClick="cleanTextNodes('keywordHRRow', 'addkeyrow');moveDownRow(event, 'addkeyrow')" |
|
504 |
class="icon-arrow-down"
|
|
505 |
alt="Move Down"></i>
|
|
506 | 506 |
</a> |
507 | 507 |
<a style="cursor:pointer"> |
508 |
<img src="[% contextUrl %]/style/images/delete.gif"
|
|
509 |
onClick="delRow(event)" alt="Delete" border="0"/>
|
|
508 |
<i class="icon-remove-sign"
|
|
509 |
onClick="delRow(event)" alt="Delete"></i>
|
|
510 | 510 |
</a> |
511 | 511 |
</td> |
512 | 512 |
[% SET keyword = "keyword${cnt}" %] |
... | ... | |
902 | 902 |
<tr class="sectbody"> |
903 | 903 |
<td class="rightCol"> |
904 | 904 |
<a style="cursor:pointer"> |
905 |
<img onClick="cleanTextNodes('taxonHRRow', 'addtaxarow');moveUpRow(event)"
|
|
906 |
src="[% contextUrl %]/style/images/previous.gif"
|
|
907 |
alt="Move Up" border="0"/>
|
|
905 |
<i onClick="cleanTextNodes('taxonHRRow', 'addtaxarow');moveUpRow(event)" |
|
906 |
class="icon-arrow-up"
|
|
907 |
alt="Move Up"></i>
|
|
908 | 908 |
</a> |
909 | 909 |
<a style="cursor:pointer"> |
910 |
<img onClick="cleanTextNodes('taxonHRRow', 'addtaxarow');moveDownRow(event, 'addtaxarow')"
|
|
911 |
src="[% contextUrl %]/style/images/next.gif"
|
|
912 |
alt="Move Down" border="0"/>
|
|
910 |
<i onClick="cleanTextNodes('taxonHRRow', 'addtaxarow');moveDownRow(event, 'addtaxarow')" |
|
911 |
class="icon-arrow-down"
|
|
912 |
alt="Move Down"></i>
|
|
913 | 913 |
</a> |
914 | 914 |
<a style="cursor:pointer"> |
915 |
<img src="[% contextUrl %]/style/images/delete.gif"
|
|
916 |
onClick="delRow(event)" alt="Delete" border="0"/>
|
|
915 |
<i class="icon-arrow-down"
|
|
916 |
onClick="delRow(event)" alt="Delete"></i>
|
|
917 | 917 |
</a> |
918 | 918 |
</td> |
919 | 919 |
[% SET rank = "taxonRankName${cnt}" %] |
Also available in: Unified diff
use icons for all other list editing