You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/templates/Document/Create.phtml
+1
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ switch ($error)
17
17
case'INTERNAL_ERROR': $message = 'An internal error occurred while processing your request. Our staff have been notified of the issue. Try again later.'; break;
Copy file name to clipboardExpand all lines: src/templates/Document/Edit.phtml
+1
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ switch ($error)
20
20
case'INTERNAL_ERROR': $message = 'An internal error occurred while processing your request. Our staff have been notified of the issue. Try again later.'; break;
<input class="border border-primary form-control bg-dark text-light" type="text" name="title" id="title" tabindex="1" required autofocus="autofocus" placeholder="Enter the document title here" value="<?=$form_title?>"/>
7
7
</div>
8
+
<div class="form-group">
9
+
<label class="font-weight-bold" for="brief">Brief: <span class="small text-muted">(a brief description, for use in margins around the site – if blank, the first part from the content is used instead)</span></label>
0 commit comments