Add: upgrade maestro account type
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
let maestroName = $("#search_name").val();
|
||||
|
||||
if(maestroName.length === 0) {
|
||||
$("#error_message").text("학생 이름을 입력하세요.");
|
||||
$("#error_message").text("마에스트로 아이디를 입력하세요.");
|
||||
$("#search_name").focus();
|
||||
}
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
function loadMaestroList(maestroName) {
|
||||
sendRequestServer( //url, sendParams, onSuccess, onFail, isDebugMode);
|
||||
"./../server/admin/registered_maestro_list.php",
|
||||
"./../server/admin/maestro_registered_list.php",
|
||||
"maestro_name=" + maestroName,
|
||||
|
||||
(jsonData) => {
|
||||
@@ -125,7 +125,7 @@
|
||||
<span id="search_maestro_name">
|
||||
<h1>검색</h1>
|
||||
|
||||
마에스트로 이름
|
||||
마에스트로 아이디
|
||||
<input type="text" id="search_name"><input type="submit" name="찾기" onClick="searchMaestro()"><br/>
|
||||
<br/>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user