[vhffs-dev] [svn] commit: r257 - in /trunk/vhffs-panel: templates/admin/repository/ templates/repository/ themes/default/ themes/default/images/ |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
- To: vhffs-dev@xxxxxxxxx
- Subject: [vhffs-dev] [svn] commit: r257 - in /trunk/vhffs-panel: templates/admin/repository/ templates/repository/ themes/default/ themes/default/images/
- From: vhffs-dev@xxxxxxxxx
- Date: Sun, 29 Oct 2006 21:33:57 -0000
Author: gradator
Date: Sun Oct 29 22:33:56 2006
New Revision: 257
Log:
Add icons for download repositories
Added:
trunk/vhffs-panel/themes/default/images/repository.png (with props)
trunk/vhffs-panel/themes/default/images/repositorycreate.png (with props)
trunk/vhffs-panel/themes/default/images/repositoryentry.png (with props)
Modified:
trunk/vhffs-panel/templates/admin/repository/menu.tmpl
trunk/vhffs-panel/templates/repository/menu.tmpl
trunk/vhffs-panel/templates/repository/menu_sub.tmpl
trunk/vhffs-panel/templates/repository/menu_sub_wait.tmpl
trunk/vhffs-panel/themes/default/main.css
Modified: trunk/vhffs-panel/templates/admin/repository/menu.tmpl
==============================================================================
--- trunk/vhffs-panel/templates/admin/repository/menu.tmpl (original)
+++ trunk/vhffs-panel/templates/admin/repository/menu.tmpl Sun Oct 29 22:33:56 2006
@@ -1,14 +1,14 @@
- <li id="adminREPOSITORY">
+ <li id="adminRepositoryDownload">
<tmpl_var name="TEXT_ADMIN_REPOSITORY">
- <ul id="adminREPOSITORYMenu">
- <li id="adminREPOSITORYList">
+ <ul id="adminRepositoryDownloadMenu">
+ <li id="adminRepositoryDownloadList">
<a href="/admin/repository/list.pl">
<tmpl_var name="TEXT_LIST_REPOSITORY">
</a>
</li>
- <li id="adminREPOSITORYSearch">
+ <li id="adminRepositoryDownloadSearch">
<a href="/admin/repository/search.pl">
<tmpl_var name="TEXT_SEARCH_REPOSITORY">
</a>
Modified: trunk/vhffs-panel/templates/repository/menu.tmpl
==============================================================================
--- trunk/vhffs-panel/templates/repository/menu.tmpl (original)
+++ trunk/vhffs-panel/templates/repository/menu.tmpl Sun Oct 29 22:33:56 2006
@@ -1,10 +1,10 @@
- <li id="repositoryDOWNLOAD">
+ <li id="repositoryDownload">
<tmpl_var name="TEXT_REPOSITORY">
- <ul id="repositoryDOWNLOADMenu">
+ <ul id="repositoryDownloadMenu">
<tmpl_var name="SUB_REPOSITORY">
- <li id="repositoryDOWNLOADCreate">
+ <li id="repositoryDownloadCreate">
<a href="/repository/create.pl" title="<tmpl_var name="TEXT_CREATE">">
<tmpl_var name="TEXT_CREATE">
</a>
Modified: trunk/vhffs-panel/templates/repository/menu_sub.tmpl
==============================================================================
--- trunk/vhffs-panel/templates/repository/menu_sub.tmpl (original)
+++ trunk/vhffs-panel/templates/repository/menu_sub.tmpl Sun Oct 29 22:33:56 2006
@@ -1,7 +1,6 @@
-<li class="repositoryDOWNLOADEntry">
+<li class="repositoryDownloadEntry">
<a href="/repository/prefs.pl?name=<tmpl_var name="NAME">" title="<tmpl_var name="NAME">">
<tmpl_var name="NAME"></a>
( <a href="/history.pl?OID=<tmpl_var name="OID">"><tmpl_var name="HISTORY"></a> )
- <a href="<tmpl_var name="URL_VALUE">"><tmpl_var name="URL_NAME"></a>
-
</li>
Modified: trunk/vhffs-panel/templates/repository/menu_sub_wait.tmpl
==============================================================================
--- trunk/vhffs-panel/templates/repository/menu_sub_wait.tmpl (original)
+++ trunk/vhffs-panel/templates/repository/menu_sub_wait.tmpl Sun Oct 29 22:33:56 2006
@@ -1,5 +1,4 @@
- <li class="repositoryDOWNLOADEntryWait">
+ <li class="repositoryDownloadEntryWait">
<tmpl_var name="NAME"> <tmpl_var name="REASON">
( <a href="/history.pl?OID=<tmpl_var name="OID">"><tmpl_var name="HISTORY"></a> )
</li>
-
Modified: trunk/vhffs-panel/themes/default/main.css
==============================================================================
--- trunk/vhffs-panel/themes/default/main.css (original)
+++ trunk/vhffs-panel/themes/default/main.css Sun Oct 29 22:33:56 2006
@@ -313,6 +313,18 @@
list-style-image:url(./images/largefileentry.png);
}
+#menu #repositoryDownload, #menu #adminRepositoryDownload
+{
+ list-style-image:url(./images/repository.png);
+}
+#menu #repositoryDownloadCreate
+{
+ list-style-image:url(./images/repositorycreate.png);
+}
+#menu .repositoryDownloadEntry, #menu .repositoryDownloadEntryWait, #menu #adminRepositoryDownloadList, #menu #adminRepositoryDownloadSearch
+{
+ list-style-image:url(./images/repositoryentry.png);
+}
#menu #adminHome
{