Skip to content

Commit

Permalink
closes #1308 adjusts some layout and css to fix navpath styles (#1316)
Browse files Browse the repository at this point in the history
  • Loading branch information
MuchQuak authored May 16, 2024
1 parent 4eb67a4 commit de3b260
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions collections/specprocessor/crowdsource/review.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,15 @@ function showAdditionalActions(){
</script>
</head>
<body style="margin-left: 0px; margin-right: 0px;background-color:white;">
<div class='navpath'>
<a href="../../../index.php"><?php echo htmlspecialchars($LANG['HOME'], ENT_COMPAT | ENT_HTML401 | ENT_SUBSTITUTE); ?></a> &gt;&gt;
<a href="index.php"><?php echo htmlspecialchars($LANG['SCORE_BOARD'], ENT_COMPAT | ENT_HTML401 | ENT_SUBSTITUTE); ?></a> &gt;&gt;
<?php
if($collid) echo '<a href="../index.php?tabindex=1&collid=' . htmlspecialchars($collid, ENT_COMPAT | ENT_HTML401 | ENT_SUBSTITUTE) . '">' . htmlspecialchars($LANG['CONTROL_PANEL'], ENT_COMPAT | ENT_HTML401 | ENT_SUBSTITUTE) . '</a> &gt;&gt;';
?>
<b><?php echo $LANG['CROWDSOURCING_REVIEW']; ?></b>
<div style="width:850px;clear:both;">
<div class='navpath' style="float:left; padding-left: 5px">
<a href="../../../index.php"><?php echo htmlspecialchars($LANG['HOME'], ENT_COMPAT | ENT_HTML401 | ENT_SUBSTITUTE); ?></a> &gt;&gt;
<a href="index.php"><?php echo htmlspecialchars($LANG['SCORE_BOARD'], ENT_COMPAT | ENT_HTML401 | ENT_SUBSTITUTE); ?></a> &gt;&gt;
<?php
if($collid) echo '<a href="../index.php?tabindex=1&collid=' . htmlspecialchars($collid, ENT_COMPAT | ENT_HTML401 | ENT_SUBSTITUTE) . '">' . htmlspecialchars($LANG['CONTROL_PANEL'], ENT_COMPAT | ENT_HTML401 | ENT_SUBSTITUTE) . '</a> &gt;&gt;';
?>
<b><?php echo $LANG['CROWDSOURCING_REVIEW']; ?></b>
</div>
</div>
<div style="margin:10px;">
<h1 class="page-heading">Review Crowdsourced Records</h1>
Expand Down

0 comments on commit de3b260

Please sign in to comment.