diff --git a/resources/views/admin/type/predefined-variables.blade.php b/resources/views/admin/type/predefined-variables.blade.php index e404ec0..de6f153 100644 --- a/resources/views/admin/type/predefined-variables.blade.php +++ b/resources/views/admin/type/predefined-variables.blade.php @@ -1,40 +1,6 @@ 'setting', - 'Welding Methods' => 'setting', - 'Materials' => 'setting', - 'P-Numbers' => 'setting', - 'Welding Positions' => 'setting', - 'Hazard Classes' => 'setting', - 'Joint Type' => 'setting', - 'Joint View' => 'setting', - 'Electrode Coating' => 'setting', - 'Ru Welding Geometry ' => 'setting', - 'Current Types' => 'setting', - 'Welding Consumables' => 'setting', - 'Product Type' => 'setting', - 'Welding Machine Type' => 'setting', - 'Welding Materials Brend' => 'setting', - 'Work Type' => 'setting', - 'Performed Works Type' => 'setting', - 'Type of Consumable' => 'setting', - 'Job Descriptions' => 'setting', - 'Results' => 'setting', - 'NDE Defects' => 'setting', - 'Line List Category' => 'setting', - 'Line List Group' => 'setting', - 'UT Types' => 'setting', - 'Beveelings' => 'setting', - 'Discipline' => 'setting', - 'TP Discipline' => 'setting', - 'Locations' => 'setting', - 'Piping Types' => 'setting', - 'Duty Types' => 'setting', 'User Levels' => 'user-levels', - 'Material Group Map' => 'material-group-map', - 'QC Activity' => 'qc-activity', - 'Material Group Test Piece' => 'material-group-test-piece', - 'Surface Area Constants' => 'surface-area-constants', ]; // Aktif tab'ı belirle @@ -42,9 +8,9 @@ $currentTab = get("t"); $currentTitle = ""; // Eğer aktif bir tab varsa başlığını bulalım -if($currentTab) { - foreach($tabs as $tabName => $val) { - if(str_slug($tabName) == $currentTab) { +if ($currentTab) { + foreach ($tabs as $tabName => $val) { + if (str_slug($tabName) == $currentTab) { $currentTitle = $tabName; break; } @@ -66,11 +32,8 @@ if($currentTab) {
- +
@@ -78,17 +41,16 @@ if($currentTab) {
- + -
- $icon) { - $id = str_slug($tab); - $isActive = ($currentTab == $id); +
+ $icon) { + $id = str_slug($tab); + $isActive = ($currentTab == $id); ?> - + {{e2($tab)}} @@ -97,126 +59,133 @@ if($currentTab) {
- +
- -
-
-

{{e2($currentTitle)}}

-
-
- @include("admin.type.settings." . get("t")) -
+ +
+
+

{{e2($currentTitle)}}

+
+ @include("admin.type.settings." . get("t")) +
+
-
-
-
- -

{{e2("Settings System")}}

-

{{e2("Please select a setting from the list to configure")}}

- -
-
-
- - {{e2("You can use the search box on the left to quickly find the setting you are looking for.")}} -
+
+
+
+ +

{{e2("Settings System")}}

+

+ {{e2("Please select a setting from the list to configure")}} +

+ +
+
+
+ + {{e2("You can use the search box on the left to quickly find the setting you are looking for.")}}
+
\ No newline at end of file