Skip to content

Commit 46b0a4d

Browse files
author
mreishman
committed
added group info to example block
1 parent 7e8c979 commit 46b0a4d

File tree

2 files changed

+31
-12
lines changed

2 files changed

+31
-12
lines changed

core/php/templateFiles/watchList.php

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,21 @@
1414
if($pollType === "1"): ?>
1515
<li><h2>Example:</h2></li>
1616
<li class="watchFolderGroups">
17-
<span>Poll Version 1</span>
18-
<br>
17+
<div style="border-bottom: 1px solid black; margin-bottom: 5px;">
18+
<h2 style="margin: 5px;">Server 0</h2>
19+
</div>
1920
<span class="leftSpacingserverNames" > Name:</span> <input disabled="true" class='inputWidth300' type='text' value='Name you want to call website'>
20-
<br>
21+
<div style="border-bottom: 1px solid black; margin-bottom: 5px;">
22+
<h4 style="margin: 5px;">General</h4>
23+
</div>
2124
<span class="leftSpacingserverNames" > Website Base:</span> <input disabled="true" class='inputWidth300' type='text' value='Base URL of website'>
2225
<br>
2326
<span class="leftSpacingserverNames" > Folder:</span> <input disabled="true" class='inputWidth300' type='text' value='Location of github repo on server'>
2427
<br>
2528
<span class="leftSpacingserverNames" > Website:</span> <input disabled="true" class='inputWidth300' type='text' value='Specific directory of website'>
26-
<br>
29+
<div style="border-bottom: 1px solid black; margin-bottom: 5px;">
30+
<h4 style="margin: 5px;">Git</h4>
31+
</div>
2732
<span class="leftSpacingserverNames" > Git Repo:</span> <input disabled="true" class='inputWidth300' type='text' value='Name of your github repo: username/repo'>
2833
<br>
2934
<span class="leftSpacingserverNames" > Branch List:</span> <input disabled="true" class='inputWidth300' type='text' value='Compare branches list example: master , develop'>
@@ -35,7 +40,9 @@
3540
</select>
3641
<br>
3742
<span class="leftSpacingserverNames" > Custom Git:</span> <input disabled="true" class='inputWidth300' type='text' value='Custom url for git. Empty = default'>
38-
<br>
43+
<div style="border-bottom: 1px solid black; margin-bottom: 5px;">
44+
<h4 style="margin: 5px;">Advanced</h4>
45+
</div>
3946
<span class="leftSpacingserverNames" > Group Info:</span> <input disabled="true" class='inputWidth300' type='text' value='Name of group'>
4047
<br>
4148
<span class="leftSpacingserverNames" > URL Hit:</span> <input disabled="true" class='inputWidth300' type='text' value='Location of file hit, blank = default'>
@@ -91,10 +98,13 @@
9198
elseif($pollType === "2"): ?>
9299
<li><h2>Example:</h2></li>
93100
<li class="watchFolderGroups">
94-
<span>Poll Version 2</span>
95-
<br>
101+
<div style="border-bottom: 1px solid black; margin-bottom: 5px;">
102+
<h2 style="margin: 5px;">Server 0</h2>
103+
</div>
96104
<span class="leftSpacingserverNames" > Name:</span> <input disabled="true" class='inputWidth300' type='text' value='Name you want to call website'>
97-
<br>
105+
<div style="border-bottom: 1px solid black; margin-bottom: 5px;">
106+
<h4 style="margin: 5px;">General</h4>
107+
</div>
98108
<span class="leftSpacingserverNames" > Website Base:</span> <input disabled="true" class='inputWidth300' type='text' value='Base URL of website'>
99109
<br>
100110
<span class="leftSpacingserverNames" > URL Hit:</span> <input disabled="true" class='inputWidth300' type='text' value='Location of file hit, blank = default'>
@@ -116,7 +126,7 @@
116126
);
117127

118128
$groups = array(
119-
"" => $defaultArray
129+
"General" => $defaultArray
120130
);
121131

122132
endif; ?>

core/php/templateFiles/watchListServer.php

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,21 @@
1313

1414
<li><h2>Example:</h2></li>
1515
<li class="watchFolderGroups">
16+
<div style="border-bottom: 1px solid black; margin-bottom: 5px;">
17+
<h2 style="margin: 5px;">Server 0</h2>
18+
</div>
1619
<span class="leftSpacingserverNames" > Name:</span> <input disabled="true" class='inputWidth300' type='text' value='Name you want to call website'>
17-
<br>
20+
<div style="border-bottom: 1px solid black; margin-bottom: 5px;">
21+
<h4 style="margin: 5px;">General</h4>
22+
</div>
1823
<span class="leftSpacingserverNames" > Website Base:</span> <input disabled="true" class='inputWidth300' type='text' value='Base URL of website'>
1924
<br>
2025
<span class="leftSpacingserverNames" > Folder:</span> <input disabled="true" class='inputWidth300' type='text' value='Location of github repo on server'>
2126
<br>
2227
<span class="leftSpacingserverNames" > Website:</span> <input disabled="true" class='inputWidth300' type='text' value='Specific directory of website'>
23-
<br>
28+
<div style="border-bottom: 1px solid black; margin-bottom: 5px;">
29+
<h4 style="margin: 5px;">Git</h4>
30+
</div>
2431
<span class="leftSpacingserverNames" > Git Repo:</span> <input disabled="true" class='inputWidth300' type='text' value='Name of your github repo: username/repo'>
2532
<br>
2633
<span class="leftSpacingserverNames" > Branch List:</span> <input disabled="true" class='inputWidth300' type='text' value='Compare branches list example: master , develop'>
@@ -32,7 +39,9 @@
3239
</select>
3340
<br>
3441
<span class="leftSpacingserverNames" > Custom Git:</span> <input disabled="true" class='inputWidth300' type='text' value='Custom url for git. Empty = default'>
35-
<br>
42+
<div style="border-bottom: 1px solid black; margin-bottom: 5px;">
43+
<h4 style="margin: 5px;">Advanced</h4>
44+
</div>
3645
<span class="leftSpacingserverNames" > Group Info:</span> <input disabled="true" class='inputWidth300' type='text' value='Name of group'>
3746
<br>
3847
<span class="leftSpacingserverNames" > URL Hit:</span> <input disabled="true" class='inputWidth300' type='text' value='Location of file hit, blank = default'>

0 commit comments

Comments
 (0)