Skip to content

Commit

Permalink
ProblemReports: readonly template change for .makeModal
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre committed May 8, 2009
1 parent 25c4859 commit 50dc4dd
Showing 1 changed file with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
<b class="xtop"><b class="xb1"></b><b class="xb2"></b><b class="xb3"></b><b class="xb4"></b></b><div class="r_boxContent">
<?php
global $wgExtensionsPath, $wgStyleVersion;
?>
<style type="text/css">
@import url('<?= $wgExtensionsPath ?>/wikia/ProblemReports/css/ProblemReports.css?<?= $wgStyleVersion ?>');
</style>
<div id="reportProblemForm" title="<?= htmlspecialchars(wfMsg('reportproblem')) ?> | <?= wfMsg( 'readonly' ) ?>">

<form name="reportProblem" id="reportProblem">

<div class="boxHeader color1"><?= htmlspecialchars(wfMsg('reportproblem')) ?> | <?= wfMsg( 'readonly' ) ?></div>

<div class="reportProblemText">
<h4><?= wfMsg('pr_read_only') ?></h4>
<?= wfMsgWikiHTML( 'readonlytext', $reason ) ?>
Expand All @@ -12,4 +16,5 @@

</form>

<div style="clear: both"></div></div><b class="xbottom"><b class="xb4"></b><b class="xb3"></b><b class="xb2"></b><b class="xb1"></b></b>
<div style="clear: both"></div></div>
</div>

0 comments on commit 50dc4dd

Please sign in to comment.