##// END OF EJS Templates
templates: rename `Last change' column in hgwebdir repository list....
Dan Villiom Podlaski Christiansen -
r10301:56b50194 default
parent child Browse files
Show More
@@ -13,7 +13,7 b''
13 <td><a href="?sort={sort_name}">Name</a></td>
13 <td><a href="?sort={sort_name}">Name</a></td>
14 <td><a href="?sort={sort_description}">Description</a></td>
14 <td><a href="?sort={sort_description}">Description</a></td>
15 <td><a href="?sort={sort_contact}">Contact</a></td>
15 <td><a href="?sort={sort_contact}">Contact</a></td>
16 <td><a href="?sort={sort_lastchange}">Last change</a></td>
16 <td><a href="?sort={sort_lastchange}">Last modified</a></td>
17 <td>&nbsp;</td>
17 <td>&nbsp;</td>
18 <td>&nbsp;</td>
18 <td>&nbsp;</td>
19 </tr>
19 </tr>
@@ -15,7 +15,7 b''
15 <td><a href="?sort={sort_name}">Name</a></td>
15 <td><a href="?sort={sort_name}">Name</a></td>
16 <td><a href="?sort={sort_description}">Description</a></td>
16 <td><a href="?sort={sort_description}">Description</a></td>
17 <td><a href="?sort={sort_contact}">Contact</a></td>
17 <td><a href="?sort={sort_contact}">Contact</a></td>
18 <td><a href="?sort={sort_lastchange}">Last change</a></td>
18 <td><a href="?sort={sort_lastchange}">Last modified</a></td>
19 <td>&nbsp;</td>
19 <td>&nbsp;</td>
20 <td>&nbsp;</td>
20 <td>&nbsp;</td>
21 </tr>
21 </tr>
@@ -16,7 +16,7 b''
16 <th><a href="?sort={sort_name}">Name</a></th>
16 <th><a href="?sort={sort_name}">Name</a></th>
17 <th><a href="?sort={sort_description}">Description</a></th>
17 <th><a href="?sort={sort_description}">Description</a></th>
18 <th><a href="?sort={sort_contact}">Contact</a></th>
18 <th><a href="?sort={sort_contact}">Contact</a></th>
19 <th><a href="?sort={sort_lastchange}">Last change</a></th>
19 <th><a href="?sort={sort_lastchange}">Last modified</a></th>
20 <th>&nbsp;</th>
20 <th>&nbsp;</th>
21 </tr>
21 </tr>
22 {entries%indexentry}
22 {entries%indexentry}
@@ -10,7 +10,7 b''
10 <td><a href="?sort={sort_name}">Name</a></td>
10 <td><a href="?sort={sort_name}">Name</a></td>
11 <td><a href="?sort={sort_description}">Description</a></td>
11 <td><a href="?sort={sort_description}">Description</a></td>
12 <td><a href="?sort={sort_contact}">Contact</a></td>
12 <td><a href="?sort={sort_contact}">Contact</a></td>
13 <td><a href="?sort={sort_lastchange}">Last change</a></td>
13 <td><a href="?sort={sort_lastchange}">Last modified</a></td>
14 <td>&nbsp;</td>
14 <td>&nbsp;</td>
15 </tr>
15 </tr>
16 {entries%indexentry}
16 {entries%indexentry}
@@ -67,7 +67,7 b' 200 Script output follows'
67 <th><a href="?sort=name">Name</a></th>
67 <th><a href="?sort=name">Name</a></th>
68 <th><a href="?sort=description">Description</a></th>
68 <th><a href="?sort=description">Description</a></th>
69 <th><a href="?sort=contact">Contact</a></th>
69 <th><a href="?sort=contact">Contact</a></th>
70 <th><a href="?sort=lastchange">Last change</a></th>
70 <th><a href="?sort=lastchange">Last modified</a></th>
71 <th>&nbsp;</th>
71 <th>&nbsp;</th>
72 </tr>
72 </tr>
73
73
@@ -203,7 +203,7 b' 200 Script output follows'
203 <th><a href="?sort=name">Name</a></th>
203 <th><a href="?sort=name">Name</a></th>
204 <th><a href="?sort=description">Description</a></th>
204 <th><a href="?sort=description">Description</a></th>
205 <th><a href="?sort=contact">Contact</a></th>
205 <th><a href="?sort=contact">Contact</a></th>
206 <th><a href="?sort=lastchange">Last change</a></th>
206 <th><a href="?sort=lastchange">Last modified</a></th>
207 <th>&nbsp;</th>
207 <th>&nbsp;</th>
208 </tr>
208 </tr>
209
209
General Comments 0
You need to be logged in to leave comments. Login now