Skip to content

Commit 2bc3822

Browse files
feat(user/admin): add extend request manager and request extend book
1 parent 262a56d commit 2bc3822

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/java/com/library/controller/admin/ConfirmExtendController.java renamed to src/java/com/library/controller/user/RequestExtendController.java

File renamed without changes.

web/WEB-INF/views/user/request_extend_book.jsp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<%@page contentType="text/html" pageEncoding="UTF-8"%>
22
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
3+
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
4+
35
<!DOCTYPE html>
46
<html>
57
<head>
@@ -470,7 +472,7 @@
470472

471473
<div class="form-group">
472474
<label for="bookTitle">
473-
<i class="fa-solid fa-bookmark"></i> Book Title (Optional)
475+
<i class="fa-solid fa-bookmark"></i> Book Title
474476
</label>
475477
<input type="text" id="bookTitle" value="${dto.name}" class="form-control" readonly required >
476478

0 commit comments

Comments
 (0)