User->guest. Closes #158
This commit is contained in:
parent
95351f5b50
commit
572754e79a
@ -14,7 +14,7 @@
|
||||
<?php endif; ?>
|
||||
<?php if (isset($_['document']) && !isset($_['wrongpw'])): ?>
|
||||
<input type="hidden" name="document" value ="<?php p($_['document']) ?>" />
|
||||
<input type="hidden" name="memberName" value ="<?php p($l->t('User %s' ,$_['total'])) ?>" />
|
||||
<input type="hidden" name="memberName" value ="<?php p($l->t('Guest %s' ,$_['total'])) ?>" />
|
||||
<?php endif; ?>
|
||||
<?php if (isset($_['notFound'])): ?>
|
||||
<div class="push"></div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user