mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-25 06:30:21 -05:00
update webfront translation strings
This commit is contained in:
@ -39,12 +39,12 @@
|
||||
<div class="card m-0 rounded">
|
||||
<div class="input-group mb-10">
|
||||
<div class="input-group-prepend">
|
||||
<span class="input-group-text">Server</span>
|
||||
<span class="input-group-text">@ViewBag.Localization["WEBFRONT_CONSOLE_FORM_SERVER"]</span>
|
||||
</div>
|
||||
@Html.DropDownList("Server", Model.Select(s => new SelectListItem { Text = s.Name.StripColors(), Value = s.ID.ToString() }).ToList(), new { @class = "form-control", id = "console_server_select" })
|
||||
</div>
|
||||
<div class="input-group">
|
||||
<input id="console_command_value" class="form-control" placeholder="Enter command..." type="text" required="required"/>
|
||||
<input id="console_command_value" class="form-control" placeholder="@ViewBag.Localization["WEBFRONT_CONSOLE_FORM_PLACEHOLDER_COMMAND"]" type="text" required="required"/>
|
||||
<div class="input-group-append">
|
||||
<button id="console_command_button" class="btn btn-primary">
|
||||
@Utilities.CurrentLocalization.LocalizationIndex["WEBFRONT_CONSOLE_EXECUTE"]
|
||||
|
Reference in New Issue
Block a user