using new links to pictures (into the template dir)
git-svn-id: http://piwigo.org/svn/trunk@30 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
b125c3b086
commit
701b143151
11 changed files with 20 additions and 19 deletions
|
@ -148,7 +148,7 @@
|
|||
<td class="contenucellule">
|
||||
<div class="plan">
|
||||
<!--VTP_summary-->
|
||||
{#indent}<img src="./images/puce.gif"><a href="{#link}" class="cat_plan">{#name}</a><br />
|
||||
{#indent}<img src="../template/{#user_template}/admin/images/puce.gif" alt="> "><a href="{#link}" class="cat_plan">{#name}</a><br />
|
||||
<!--/VTP_summary-->
|
||||
</div>
|
||||
</td>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<!--VTP_cat-->
|
||||
<tr>
|
||||
<{#td} style="width:40%;text-align:left;">
|
||||
{#indent}<img src="./images/puce.gif" alt=">" />
|
||||
{#indent}<img src="../template/{#user_template}/admin/images/puce.gif" alt=">" />
|
||||
{#name} [ dir : {#dir} ]
|
||||
<span style="color:red;font-weight:normal;"> {#invisible} <span style="font-weight:bold;">{#private}</span></span>
|
||||
</{#td}>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
</tr>
|
||||
<!--VTP_group-->
|
||||
<tr>
|
||||
<td><a href="{#group_perm_link}"><span style="color:{#color}">{#groupname}</span></a></td>
|
||||
<td><img src="../template/{#user_template}/admin/images/puce.gif" alt=">" /><a href="{#group_perm_link}"><span style="color:{#color}">{#groupname}</span></a></td>
|
||||
<td style="text-align:right;">
|
||||
<input type="radio" name="groupaccess-{#id}" value="0"{#authorized_checked}/>{#permuser_authorized}
|
||||
<input type="radio" name="groupaccess-{#id}" value="1"{#forbidden_checked}/>{#permuser_forbidden}
|
||||
|
@ -22,6 +22,7 @@
|
|||
<!--VTP_user-->
|
||||
<tr>
|
||||
<td>
|
||||
<img src="../template/{#user_template}/admin/images/puce.gif" alt=">" />
|
||||
<a href="{#user_perm_link}"><span style="color:{#color}">{#username}</span></a>
|
||||
<!--VTP_usergroups-->
|
||||
[
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
</td>
|
||||
<td class="cellInfo">
|
||||
<div class="commentsInfos">
|
||||
{#date}<!--VTP_delete--><a href="{#link}" title="{#comments_del}"><img src="./images/delete.gif" style="border:none;margin-left:5px;" alt="[{#delete}]"/></a><!--/VTP_delete-->
|
||||
{#date}<!--VTP_delete--><a href="{#link}" title="{#comments_del}"><img src="../template/{#user_template}/admin/images/delete.gif" style="border:none;margin-left:5px;" alt="[{#delete}]"/></a><!--/VTP_delete-->
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<!--VTP_group-->
|
||||
<tr>
|
||||
<td style="width:25%;">
|
||||
<div style="margin-left:10px;color:{#color}"><img src="./images/puce.gif" alt=">" /> {#name}</div>
|
||||
<div style="margin-left:10px;color:{#color}"><img src="../template/{#user_template}/admin/images/puce.gif" alt=">" /> {#name}</div>
|
||||
</td>
|
||||
<td class="row2" style="text-align:center;width:25%;">
|
||||
<a href="{#permission_url}">{#listuser_permission}</a>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<!--VTP_category-->
|
||||
<tr>
|
||||
<td>
|
||||
<img src="./images/puce.gif" alt=">" /> <a href="{#cat_perm_link}"><span style="color:{#color}">{#name}</span></a>
|
||||
<img src="../template/{#user_template}/admin/images/puce.gif" alt=">" /> <a href="{#cat_perm_link}"><span style="color:{#color}">{#name}</span></a>
|
||||
</td>
|
||||
<td style="text-align:right;">
|
||||
<!--VTP_parent_forbidden-->
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
<!--VTP_day-->
|
||||
<tr>
|
||||
<td colspan="6">
|
||||
<a href="{#url}"><!--VTP_collapsed--><img src="./images/collapsed.gif" style="border:none;" /><!--/VTP_collapsed--><!--VTP_expanded--><img src="./images/expanded.gif" style="border:none;" /><!--/VTP_expanded--></a>
|
||||
<a href="{#url}"><!--VTP_collapsed--><img src="../template/{#user_template}/admin/images/collapsed.gif" style="border:none;" /><!--/VTP_collapsed--><!--VTP_expanded--><img src="../template/{#user_template}/admin/images/expanded.gif" style="border:none;" /><!--/VTP_expanded--></a>
|
||||
<span style="font-weight:bold;">{#name}</span> [ {#nb_pages} {#stats_pages_seen} - {#nb_visitors} {#stats_visitors} ]
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -91,9 +91,9 @@
|
|||
<td>
|
||||
<table style="border-collapse:collapse;">
|
||||
<tr>
|
||||
<td style="padding:0;"><img src="./images/stat_left.gif" width="4" height="12" /></td>
|
||||
<td style="padding:0;"><img src="./images/stat_middle.gif" width="{#width}" height="12" /></td>
|
||||
<td style="padding:0;"><img src="./images/stat_right.gif" width="4" height="12" /></td>
|
||||
<td style="padding:0;"><img src="../template/{#user_template}/admin/images/stat_left.gif" width="4" height="12" /></td>
|
||||
<td style="padding:0;"><img src="../template/{#user_template}/admin/images/stat_middle.gif" width="{#width}" height="12" /></td>
|
||||
<td style="padding:0;"><img src="../template/{#user_template}/admin/images/stat_right.gif" width="4" height="12" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
|
@ -113,9 +113,9 @@
|
|||
<td>
|
||||
<table style="border-collapse:collapse;">
|
||||
<tr>
|
||||
<td style="padding:0;"><img src="./images/stat_left.gif" width="4" height="12" /></td>
|
||||
<td style="padding:0;"><img src="./images/stat_middle.gif" width="{#width}" height="12" /></td>
|
||||
<td style="padding:0;"><img src="./images/stat_right.gif" width="4" height="12" /></td>
|
||||
<td style="padding:0;"><img src="../template/{#user_template}/admin/images/stat_left.gif" width="4" height="12" /></td>
|
||||
<td style="padding:0;"><img src="../template/{#user_template}/admin/images/stat_middle.gif" width="{#width}" height="12" /></td>
|
||||
<td style="padding:0;"><img src="../template/{#user_template}/admin/images/stat_right.gif" width="4" height="12" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
|
|
|
@ -6,12 +6,12 @@
|
|||
<tr>
|
||||
<td>
|
||||
<div style="text-indent:30px;">
|
||||
<img src="./images/puce.gif" alt=">" style="border:none;" />
|
||||
<img src="../template/{#user_template}/admin/images/puce.gif" alt=">" style="border:none;" />
|
||||
galleries
|
||||
</div>
|
||||
<!--VTP_dir-->
|
||||
<div style="text-indent:{#indent}px;">
|
||||
<img src="./images/puce.gif" alt=">" style="border:none;" />
|
||||
<img src="../template/{#user_template}/admin/images/puce.gif" alt=">" style="border:none;" />
|
||||
<!--VTP_linked-->
|
||||
<a href="{#url}">{#name}</a> [ {#nb_pic} {#tn_dirs_alone} ]
|
||||
<!--/VTP_linked-->
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
<tr>
|
||||
<td>
|
||||
<div class="retrait">
|
||||
<img src="./images/puce.gif" alt=">" />
|
||||
<img src="../template/{#user_template}/admin/images/puce.gif" alt=">" />
|
||||
<a href="{#only_cat:url}">{#update_only_cat}</a>
|
||||
<br /><img src="./images/puce.gif" alt=">" />
|
||||
<br /><img src="../template/{#user_template}/admin/images/puce.gif" alt=">" />
|
||||
<a href="{#all:url}">{#update_all}</a>
|
||||
</div>
|
||||
</td>
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td colspan="5">
|
||||
<img src="./images/arrow_up.gif" alt="<" />
|
||||
<img src="../template/{#user_template}/admin/images/arrow_up.gif" alt="<" />
|
||||
<input type="button" value="{#listuser_button_all}" onClick="SelectAll(this.form)" style="margin-left:5px;margin-right:5px;" />
|
||||
<input type="button" value="{#listuser_button_invert}" onClick="Inverser(this.form)" style="margin-left:5px;margin-right:5px;" />
|
||||
<input type="submit" value="{#listuser_button_create_address}" style="margin-left:5px;margin-right:5px;" />
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<!--VTP_category-->
|
||||
<tr>
|
||||
<td>
|
||||
<img src="./images/puce.gif" alt=">" /> <a href="{#cat_perm_link}"><span style="color:{#color}">{#name}</span></a>
|
||||
<img src="../template/{#user_template}/admin/images/puce.gif" alt=">" /> <a href="{#cat_perm_link}"><span style="color:{#color}">{#name}</span></a>
|
||||
<!--VTP_usergroups-->
|
||||
[
|
||||
<!--VTP_usergroup-->
|
||||
|
|
Loading…
Add table
Reference in a new issue