Added new iconset "Essen" from http://pc.de/icons/ and modified all files under stati...
[citadel.git] / webcit / static / t / vnoteitem.html
old mode 100644 (file)
new mode 100755 (executable)
index 4037d2b..1b14fee
@@ -1,5 +1,3 @@
-
-
 <div id="note-<?VNOTE:UID>"
  class="stickynote_outer"
  style=" left: <?VNOTE:POS:LEFT>px; top: <?VNOTE:POS:TOP>px; width: <?VNOTE:POS:WIDTH>px; height: <?VNOTE:POS:HEIGHT>px; background-color: #<?VNOTE:COLOR>">
 >
 <table border=0 cellpadding=0 cellspacing=0 valign=middle width=100%><tr>
 <td align=left valign=middle>
-<img onclick="NotesClickPalette(event,'<?VNOTE:UID>')" src="static/8paint16.gif">
+<img onclick="NotesClickPalette(event,'<?VNOTE:UID>')" src="static/icons/8paint16.gif">
 </td>
 <td></td><!-- nothing in the title bar, its just for dragging-->
 <td align=right valign=middle>
  <img onclick="DeleteStickyNote(event,'<?VNOTE:UID>','<?_("Delete this note?")>')"
-  src="static/closewindow.gif">
+  src="static/icons/closewindow.gif">
 </td></tr></table>
 </div>
 <!--end title bar div; begin body div-->