Koha/koha-tmpl/intranet-tmpl/default/pl/members/member-password.tmpl

17 lines
801 B
Cheetah

<!-- TMPL_INCLUDE NAME="members-top.inc" -->
<div id="mainbloc">
<div id="bloc25">
<div id="bloctitle"><!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR NAME="othernames" --> <!-- TMPL_VAR NAME="surname" -->, <!-- TMPL_VAR NAME="firstname" --></div>
<form method=post>
<input type=hidden name=member value=<!-- TMPL_VAR NAME=member -->>
<!-- TMPL_IF NAME="warn" -->
Podałeś Nazwę Uzytkownika, która już istnieje. Wybierz inną.<br/>
<!-- /TMPL_IF -->
Nowe ID Użytkownika: <input name=newuserid size=20 value=<!-- TMPL_VAR NAME=userid -->> <br/>
Nowe Hasło: <input name=newpassword size=20 value=<!-- TMPL_VAR NAME=defaultnewpassword -->><br/>
<input type=submit value="Potwierdź Hasło" class="button">
</form>
</div>
<!-- TMPL_INCLUDE NAME="members-bottom.inc" -->