File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ protected function body( )
75
75
echo '
76
76
<tr class="row ' .($ x %2 +1 ).'">
77
77
<td class="first ' .($ entry ['works ' ] == 'full ' ? 'stable ' : ($ entry ['works ' ] == 'part ' ? 'unstable ' : 'crash ' )).'"> </td>
78
- <td><a href="?show=version&id= ' .$ entry ['version_id ' ].'"> ' .htmlentities ($ entry ['name ' ]).'</a> ' .htmlentities ($ entry ['version ' ]).'</td>
78
+ <td><a href="?show=version&id= ' .$ entry ['version_id ' ].'"> ' .htmlentities ($ entry ['name ' ]).'</a> <small style="color: gray;"> ' .htmlentities ($ entry ['version ' ]).'</small> </td>
79
79
<td> ' .CUser::getName ($ entry ['user_id ' ]).'</td>
80
80
<td style="text-align: center;white-space:nowrap;"> ' .$ entry ['created ' ].'</td>
81
81
</tr> ' ;
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ protected function body ()
141
141
// just one version stored
142
142
if (count ($ versions ) == 1 ) {
143
143
echo '
144
- <a href="?show=version&id= ' .$ versions [0 ]['id ' ].'"> ' .htmlspecialchars ($ entry ['name ' ]).' ' .$ versions [0 ]['version ' ].'</a > ' ;
144
+ <a href="?show=version&id= ' .$ versions [0 ]['id ' ].'"> ' .htmlspecialchars ($ entry ['name ' ]).'</a> <small style="color: gray;"> ' .$ versions [0 ]['version ' ].'</small > ' ;
145
145
}
146
146
147
147
// show all app version
You can’t perform that action at this time.
0 commit comments