|
7 | 7 | <title>IRIS/Git Integration Settings</title>
|
8 | 8 | <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" />
|
9 | 9 | <link rel="stylesheet" type="text/css" href="css/git-webui.css" />
|
10 |
| -<STYLE type='text/css'> |
| 10 | +<style type='text/css'> |
11 | 11 | .error {
|
12 | 12 | color: red;
|
13 | 13 | }
|
|
36 | 36 | hr {
|
37 | 37 | opacity: 0.15
|
38 | 38 | }
|
39 |
| -</STYLE> |
| 39 | +</style> |
40 | 40 | </head>
|
41 | 41 | <body>
|
42 | 42 | <server>
|
|
71 | 71 | <h3>Settings for namespace #(..EscapeHTML(namespace))#</h3><br/>
|
72 | 72 |
|
73 | 73 | <div class="form-group row mb-3">
|
74 |
| - <label for="gitBinPath" class="col-sm-3 col-form-label" data-toggle="tooltip" title="Absolute path to the Git executable">Path to git.exe</small></small></label> |
| 74 | + <label for="gitBinPath" class="col-sm-3 col-form-label" data-toggle="tooltip" title="Absolute path to the Git executable">Path to git.exe</label> |
75 | 75 | <div class="col-sm-7">
|
76 | 76 | <input type="text" class="form-control" id="gitBinPath" name="gitBinPath" value='#(..EscapeHTML(settings.gitBinPath))#' placeholder="(e.g. C:\Program Files\Git\bin\git.exe)">
|
77 | 77 | <csp:if condition='$D(%request.Data("gitsettings",1)) && (##class(SourceControl.Git.Utils).GitBinExists()=0)'>
|
|
110 | 110 | <label for="MappingsPath" class="col-form-label" data-toggle="tooltip" title="Relative paths mapping the files in your project">Mappings</label>
|
111 | 111 | <button type="button" class="btn btn-default btn-add" >
|
112 | 112 | <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="#198754" class="bi bi-plus-circle-fill" viewBox="0 0 16 16">
|
113 |
| - <path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3v-3z"/> |
| 113 | + <path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3v-3z"></path> |
114 | 114 | </svg>
|
115 | 115 | </button>
|
116 | 116 | </div>
|
|
140 | 140 | <input type="text" class="form-control" id="MappingsPath" name="MappingsPath" value=#(settings.Mappings(extKey, covKey))# placeholder="Relative path">
|
141 | 141 | <div class="input-group-append">
|
142 | 142 | <button type="button" class="btn btn-remove" >
|
143 |
| - <svg xmlns="http://www.w3.org/2000/svg" width=20" height="20" fill="#dc3545" class="bi bi-dash-circle-fill" viewBox="0 0 16 16"> |
144 |
| - <path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7z"/> |
| 143 | + <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#dc3545" class="bi bi-dash-circle-fill" viewBox="0 0 16 16"> |
| 144 | + <path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7z"></path> |
145 | 145 | </svg>
|
146 | 146 | </button>
|
147 | 147 | </div>
|
@@ -188,10 +188,11 @@ hr {
|
188 | 188 | <em>Settings saved. Click cross in the upper-right corner to close the settings window.</em>
|
189 | 189 | </csp:if>
|
190 | 190 | </div>
|
| 191 | +<script src="js/polyfills.js"></script> |
191 | 192 | <script src="js/jquery.min.js"></script>
|
192 | 193 | <script src="js/popper.min.js"></script>
|
193 | 194 | <script src="js/bootstrap.min.js"></script>
|
194 |
| -<script language="JavaScript"> |
| 195 | +<script type="text/javascript"> |
195 | 196 | $(function () {
|
196 | 197 | $('[data-toggle="tooltip"]').tooltip()
|
197 | 198 | })
|
|
0 commit comments