Empty commit

This commit is contained in:
Git 2012-12-04 08:00:19 +00:00
parent 816f9b3de5
commit f3aa53fe9f
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ function head() {
<? if($this->NewTorrent) { ?>
<p style="text-align: center;">
Your personal announce url is:<br />
<input type="text" value="<?= ANNOUNCE_URL.'/'.$LoggedUser['torrent_pass'].'/announce'?>" size="71" onfocus="this.select()" />
<input type="text" value="<?= ANNOUNCE_URL.'/'.$LoggedUser['torrent_pass'].'/announce'?>" size="71" onclick="this.select()" readonly="readonly"/>
</p>
<? }
if($this->Error) {

View File

@ -100,7 +100,7 @@
</div>
<table cellpadding="5" id="report_<?=$ReportID?>">
<tr>
<td><strong><a href="<?=$Reference?>">Report</a></strong></td>
<td><strong><a href="<?=$Reference?>">Report #<?=$ReportID?></a></strong></td>
<td><strong><?=$Type['title']?></strong> was reported by <a href="user.php?id=<?=$SnitchID?>"><?=$SnitchName?></a> <?=time_diff($ReportedTime)?> <a href="reports.php?action=compose&amp;to=<?=$SnitchID?>&amp;reportid=<?=$ReportID?>&amp;type=<?=$Short?>&amp;thingid=<?=$ThingID?>">[Contact]</a></td>
</tr>
<tr>