Skip to content
Snippets Groups Projects
Commit 6bae84f3 authored by louipc louipc's avatar louipc louipc :angry:
Browse files

Change some of the index page notices.


Signed-off-by: default avatarLoui Chang <louipc.ist@gmail.com>
parent 1a1a6eb3
No related branches found
No related tags found
No related merge requests found
......@@ -99,5 +99,9 @@ a:hover {
h1, h2, h3, h4 {
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>
<?php print __("Remember to vote for your favourite packages!"); ?>
<br>
<?php print __("The most popular packages will be provided as binary packages in [community]."); ?>
<br />
<?php echo __('Some packages may be provided as binaries in [community].'); ?>
</p>
</td>
</tr>
......@@ -69,7 +69,12 @@ general_stats_table($dbh);
</td>
</tr>
</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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment