]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/vnoteitem.html
reverted 755 permissions on files to 644. Wherever that came from, sorry...
[citadel.git] / webcit / static / t / vnoteitem.html
index cf05e29e0515981ee3ddd361b839d9701c010bf2..1b14feed0c5b1ba9285e6183d07c4e6e5dcafdcf 100644 (file)
@@ -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, it's just for dragging-->
+<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-->