Patch for Tiles/template-file.html
- From: digger vermont <dv_mlist verizon net>
- To: dashboard-hackers <dashboard-hackers gnome org>
- Subject: Patch for Tiles/template-file.html
- Date: Sun, 20 Feb 2005 16:10:21 -0500
Hello All,
I finally have most things working with Beagle. Yoo Hooo! Here's a
minor change I made to show the full path of a file. Its not very
informative for me to be only told a file is in folder foo if I have
three folders named foo. Its could also be done to some of the other
templates. Don't know if it causes a problem with HIG though.
My programming skills are pretty minimal so if I didn't make the diff
file properly please let me know.
Thanks for all the time, work, and effort.
digger
--- Tiles/template-file.html 2005-02-20 14:33:37.000000000 -0500
+++ Tiles/template-file-dv.html 2005-02-20 14:32:51.000000000 -0500
@@ -3,7 +3,7 @@
<span><a href="@action:@Open"><img src="@%Icon@"></a></span>
</td>
<td class="content">
- <div class="name"><a href="@action:@Open">@FileName@</a>, in folder <a href="@action:@Reveal">@FolderName@</a></div>
+ <div class="name"><a href="@action:@Open">@FileName@</a>, in folder <a href="@action:@Reveal" title="@Path@">@FolderName@</a></div>
<div class="date">Last modified @date%Timestamp@</div>
<div class="snippet">@%Snippet@</div>
<ul class="actions">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]