Files
web-site/Projects/Members/Views/Wiki/delete.wizard.php
T
2026-07-01 16:44:17 +03:00

19 lines
747 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<div class="panel panel-default">
<div class="panel-heading">Silme talebi</div>
<div class="panel-body">
<form action="" method="post">
<div class="alert alert-danger" role="alert">
Silme yetkisi sadece yöneticilerdedir, yazınızın silinmesi için geçerli bir sebep belirtin, aksi halde silinmeyecektir. <br>
Yazınızda yanlışlık olduğunu düşünüyorsanız düzenleme yoluna gidin. Yeni konu açmayın.
</div>
<div class="form-group">
<label>Silme Sebebiniz.</label>
<textarea class="form-control" name="message" rows="10" minlength="10" required></textarea>
</div>
<button type="submit" class="btn btn-primary btn-block">İSTEK GÖNDER</button>
</form>
</div>
</div>