This commit is contained in:
Graham Campbell
2015-01-02 18:56:20 +00:00
parent ed928b693a
commit dbeeea0cbe
6 changed files with 33 additions and 30 deletions
+5 -5
View File
@@ -29,22 +29,22 @@
<div class="form-group"> <div class="form-group">
<label for="incident-name">Incident Status</label><br /> <label for="incident-name">Incident Status</label><br />
<label class="radio-inline"> <label class="radio-inline">
<input type="radio" name="incident[status]" value="1" /> <input type="radio" name="incident[status]" value="1">
<i class="icon ion-flag"></i> <i class="icon ion-flag"></i>
{{ trans('cachet.incident.status')[1] }} {{ trans('cachet.incident.status')[1] }}
</label> </label>
<label class="radio-inline"> <label class="radio-inline">
<input type="radio" name="incident[status]" value="2" /> <input type="radio" name="incident[status]" value="2">
<i class="icon ion-alert-circled"></i> <i class="icon ion-alert-circled"></i>
{{ trans('cachet.incident.status')[2] }} {{ trans('cachet.incident.status')[2] }}
</label> </label>
<label class="radio-inline"> <label class="radio-inline">
<input type="radio" name="incident[status]" value="3" /> <input type="radio" name="incident[status]" value="3">
<i class="icon ion-eye"></i> <i class="icon ion-eye"></i>
{{ trans('cachet.incident.status')[3] }} {{ trans('cachet.incident.status')[3] }}
</label> </label>
<label class="radio-inline"> <label class="radio-inline">
<input type="radio" name="incident[status]" value="4" /> <input type="radio" name="incident[status]" value="4">
<i class="icon ion-checkmark"></i> <i class="icon ion-checkmark"></i>
{{ trans('cachet.incident.status')[4] }} {{ trans('cachet.incident.status')[4] }}
</label> </label>
@@ -56,7 +56,7 @@
</div> </div>
</fieldset> </fieldset>
<input type="hidden" name="incident[user_id]" value="{{ Auth::user()->id }}" /> <input type="hidden" name="incident[user_id]" value="{{ Auth::user()->id }}">
<button type="submit" class="btn btn-success">Create</button> <button type="submit" class="btn btn-success">Create</button>
<a class="btn btn-default" href="{{ route('dashboard.incidents') }}">Cancel</a> <a class="btn btn-default" href="{{ route('dashboard.incidents') }}">Cancel</a>
{{ Form::close() }} {{ Form::close() }}
@@ -81,7 +81,7 @@
</div> </div>
</div> </div>
<input type="hidden" name="remove_banner" value="" /> <input type="hidden" name="remove_banner" value="">
</form> </form>
</div> </div>
</div> </div>
+5 -2
View File
@@ -1,11 +1,14 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- RSS Feed --> <!-- RSS Feed -->
<link rel="alternate" type="application/rss+xml" href="/rss" title="{{ $pageTitle ?: Setting::get('app_name') }} Status - RSS Feed" /> <link rel="alternate" type="application/rss+xml" href="/rss" title="{{ $pageTitle ?: Setting::get('app_name') }} Status - RSS Feed">
<link rel="icon" type="image/png" href="/favicon.ico">
<link rel="shortcut icon" href="/favicon.png" type="image/x-icon">
<!-- Mobile friendliness --> <!-- Mobile friendliness -->
<meta name="HandheldFriendly" content="True"> <meta name="HandheldFriendly" content="True">
+11 -11
View File
@@ -1,17 +1,17 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="env" content="{{ app('env') }}"> <meta name="env" content="{{ app('env') }}">
<meta name="token" content="{{ csrf_token() }}"> <meta name="token" content="{{ csrf_token() }}">
<!-- RSS Feed --> <!-- RSS Feed -->
<link rel="alternate" type="application/rss+xml" href="/rss" title="{{ $pageTitle ?: Setting::get('app_name') }} Status - RSS Feed" /> <link rel="alternate" type="application/rss+xml" href="/rss" title="{{ $pageTitle ?: Setting::get('app_name') }} Status - RSS Feed">
<link rel="icon" type="image/png" href="/favicon.ico"> <link rel="icon" type="image/png" href="/favicon.ico">
<link rel="shortcut icon" href="/favicon.png" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.png" type="image/x-icon">
<!-- Mobile friendliness --> <!-- Mobile friendliness -->
<meta name="HandheldFriendly" content="True"> <meta name="HandheldFriendly" content="True">
@@ -23,15 +23,15 @@
<meta http-equiv="cleartype" content="on"> <meta http-equiv="cleartype" content="on">
<link rel="icon" type="image/png" href="{{ url('img/favicon.ico') }}"> <link rel="icon" type="image/png" href="{{ url('img/favicon.ico') }}">
<link rel="shortcut icon" href="{{ url('img/favicon.png') }}" type="image/x-icon" /> <link rel="shortcut icon" href="{{ url('img/favicon.png') }}" type="image/x-icon">
<link rel="apple-touch-icon" href="{{ url('img/apple-touch-icon.png') }}" /> <link rel="apple-touch-icon" href="{{ url('img/apple-touch-icon.png') }}">
<link rel="apple-touch-icon" sizes="57x57" href="{{ url('img/apple-touch-icon-57x57.png') }}" /> <link rel="apple-touch-icon" sizes="57x57" href="{{ url('img/apple-touch-icon-57x57.png') }}">
<link rel="apple-touch-icon" sizes="72x72" href="{{ url('img/apple-touch-icon-72x72.png') }}" /> <link rel="apple-touch-icon" sizes="72x72" href="{{ url('img/apple-touch-icon-72x72.png') }}">
<link rel="apple-touch-icon" sizes="114x114" href="{{ url('img/apple-touch-icon-114x114.png') }}" /> <link rel="apple-touch-icon" sizes="114x114" href="{{ url('img/apple-touch-icon-114x114.png') }}">
<link rel="apple-touch-icon" sizes="120x120" href="{{ url('img/apple-touch-icon-120x120.png') }}" /> <link rel="apple-touch-icon" sizes="120x120" href="{{ url('img/apple-touch-icon-120x120.png') }}">
<link rel="apple-touch-icon" sizes="144x144" href="{{ url('img/apple-touch-icon-144x144.png') }}" /> <link rel="apple-touch-icon" sizes="144x144" href="{{ url('img/apple-touch-icon-144x144.png') }}">
<link rel="apple-touch-icon" sizes="152x152" href="{{ url('img/apple-touch-icon-152x152.png') }}" /> <link rel="apple-touch-icon" sizes="152x152" href="{{ url('img/apple-touch-icon-152x152.png') }}">
<title>{{ $pageTitle ?: Setting::get('app_name') }} Status</title> <title>{{ $pageTitle ?: Setting::get('app_name') }} Status</title>
+9 -9
View File
@@ -1,5 +1,5 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes">
@@ -8,15 +8,15 @@
<meta name="token" content="{{ csrf_token() }}"> <meta name="token" content="{{ csrf_token() }}">
<link rel="icon" type="image/png" href="{{ url('img/favicon.ico') }}"> <link rel="icon" type="image/png" href="{{ url('img/favicon.ico') }}">
<link rel="shortcut icon" href="{{ url('img/favicon.png') }}" type="image/x-icon" /> <link rel="shortcut icon" href="{{ url('img/favicon.png') }}" type="image/x-icon">
<link rel="apple-touch-icon" href="{{ url('img/apple-touch-icon.png') }}" /> <link rel="apple-touch-icon" href="{{ url('img/apple-touch-icon.png') }}">
<link rel="apple-touch-icon" sizes="57x57" href="{{ url('img/apple-touch-icon-57x57.png') }}" /> <link rel="apple-touch-icon" sizes="57x57" href="{{ url('img/apple-touch-icon-57x57.png') }}">
<link rel="apple-touch-icon" sizes="72x72" href="{{ url('img/apple-touch-icon-72x72.png') }}" /> <link rel="apple-touch-icon" sizes="72x72" href="{{ url('img/apple-touch-icon-72x72.png') }}">
<link rel="apple-touch-icon" sizes="114x114" href="{{ url('img/apple-touch-icon-114x114.png') }}" /> <link rel="apple-touch-icon" sizes="114x114" href="{{ url('img/apple-touch-icon-114x114.png') }}">
<link rel="apple-touch-icon" sizes="120x120" href="{{ url('img/apple-touch-icon-120x120.png') }}" /> <link rel="apple-touch-icon" sizes="120x120" href="{{ url('img/apple-touch-icon-120x120.png') }}">
<link rel="apple-touch-icon" sizes="144x144" href="{{ url('img/apple-touch-icon-144x144.png') }}" /> <link rel="apple-touch-icon" sizes="144x144" href="{{ url('img/apple-touch-icon-144x144.png') }}">
<link rel="apple-touch-icon" sizes="152x152" href="{{ url('img/apple-touch-icon-152x152.png') }}" /> <link rel="apple-touch-icon" sizes="152x152" href="{{ url('img/apple-touch-icon-152x152.png') }}">
<title>{{ isset($pageTitle) ? $pageTitle : Setting::get('app_name') }} | Cachet</title> <title>{{ isset($pageTitle) ? $pageTitle : Setting::get('app_name') }} | Cachet</title>
@@ -29,7 +29,7 @@
<i class="icon ion-speedometer"></i> {{ trans('cachet.dashboard.dashboard') }} <i class="icon ion-speedometer"></i> {{ trans('cachet.dashboard.dashboard') }}
</a> </a>
</li> </li>
<li {{ set_active('dashboard/incidents*') }}> <li {{ set_active('dashboard/incidents*') }}>
<a href="{{ route('dashboard.incidents') }}"> <a href="{{ route('dashboard.incidents') }}">
<i class="icon ion-android-alert"></i> {{ trans('cachet.dashboard.incidents') }} <i class="icon ion-android-alert"></i> {{ trans('cachet.dashboard.incidents') }}
</a> </a>
@@ -39,7 +39,7 @@
<i class="fa fa-plus"></i> {{ trans('cachet.dashboard.incident-create-template') }} <i class="fa fa-plus"></i> {{ trans('cachet.dashboard.incident-create-template') }}
</a> </a>
</li> --}} </li> --}}
<li {{ set_active('dashboard/components*') }}> <li {{ set_active('dashboard/components*') }}>
<a href="{{ route('dashboard.components') }}"> <a href="{{ route('dashboard.components') }}">
<i class="icons ion-ios-keypad"></i> {{ trans('cachet.dashboard.components') }} <i class="icons ion-ios-keypad"></i> {{ trans('cachet.dashboard.components') }}
</a> </a>