mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Change some of the index page notices.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
1a1a6eb36e
commit
6bae84f34a
2 changed files with 13 additions and 4 deletions
|
@ -99,5 +99,9 @@ a:hover {
|
||||||
h1, h2, h3, h4 {
|
h1, h2, h3, h4 {
|
||||||
font-size: 16pt;
|
font-size: 16pt;
|
||||||
}
|
}
|
||||||
span.important { color: #f00; }
|
|
||||||
|
.important {
|
||||||
|
font-weight: bold;
|
||||||
|
color: #f00;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -46,8 +46,8 @@ print __( 'Contributed PKGBUILDs <b>must</b> conform to the %hArch Packaging Sta
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<?php print __("Remember to vote for your favourite packages!"); ?>
|
<?php print __("Remember to vote for your favourite packages!"); ?>
|
||||||
<br>
|
<br />
|
||||||
<?php print __("The most popular packages will be provided as binary packages in [community]."); ?>
|
<?php echo __('Some packages may be provided as binaries in [community].'); ?>
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -69,7 +69,12 @@ general_stats_table($dbh);
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<br /><span class='important'><?php print __("DISCLAIMER"); ?></span>
|
|
||||||
|
<div class="important"><?php
|
||||||
|
echo __('DISCLAIMER') . ':<br />';
|
||||||
|
echo __('Unsupported PKGBUILDs are user produced content. Any use of files is at your own risk.');
|
||||||
|
?></div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue