Revert "Complete rebrand from Open Game Panel (OGP) to GameServer Panel (GSP)"
This commit is contained in:
parent
02c94766c6
commit
deee7d6ac5
308 changed files with 1412 additions and 1412 deletions
|
|
@ -214,7 +214,7 @@ function saveGameServerOrder(){
|
|||
// Make the call
|
||||
$.ajax({
|
||||
type: "POST",
|
||||
url: "gsp_api.php?gamemanager_admin/reorder&token=" + userAPIKey,
|
||||
url: "ogp_api.php?gamemanager_admin/reorder&token=" + userAPIKey,
|
||||
data: JSON.stringify(postData),
|
||||
success: function(e){
|
||||
logToConsole("Game server order successfully saved!");
|
||||
|
|
|
|||
|
|
@ -1038,7 +1038,7 @@ $(document).ready(function(){
|
|||
"<label for='subject'>"+subject+"</label><br>\n"+
|
||||
"<input name='subject' id='subject' type=text value='Files attached' style='width:100%;'><br>\n"+
|
||||
"<label for='message'>"+message+"</label><br>\n"+
|
||||
"<textarea name='message' id='message' style='width:100%;'>There are the files you requested from GSP</textarea><br>\n"+
|
||||
"<textarea name='message' id='message' style='width:100%;'>There are the files you requested from OGP</textarea><br>\n"+
|
||||
"<label for='dest_email'>"+dest_email+"</label><br>\n"+
|
||||
"<input name='dest_email' id='dest_email' type=text value='"+user_email+"' style='width:100%;'><br>\n");
|
||||
|
||||
|
|
|
|||
|
|
@ -30,9 +30,9 @@ function change_access_rights(id_type, assign_id)
|
|||
{
|
||||
return true;
|
||||
}
|
||||
check_access_rights += "<tr><td align='right'><label for='" + value + "'>" + langConsts['GSP_LANG_' + value] + ":</label></td>" +
|
||||
check_access_rights += "<tr><td align='right'><label for='" + value + "'>" + langConsts['OGP_LANG_' + value] + ":</label></td>" +
|
||||
"<td align='left'><input class='ar_flag' id='" + value + "' type='checkbox' name='" + value + "' value='" + index + "' checked='checked' /></td></tr>" +
|
||||
"<tr><td colspan='2' class='info'>" + langConsts['GSP_LANG_' + value + '_info'] + "</td></tr>";
|
||||
"<tr><td colspan='2' class='info'>" + langConsts['OGP_LANG_' + value + '_info'] + "</td></tr>";
|
||||
});
|
||||
|
||||
check_access_rights += '</table>';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue