Skip to content

Commit 389d22e

Browse files
committed
Add region tags for forms_notifications_quickstart
1 parent a57df05 commit 389d22e

File tree

5 files changed

+12
-2
lines changed

5 files changed

+12
-2
lines changed

forms/notifications/about.html

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- [START forms_notifications_quickstart] -->
12
<!DOCTYPE html>
23
<html>
34
<head>
@@ -22,3 +23,4 @@
2223
</div>
2324
</body>
2425
</html>
26+
<!-- [END forms_notifications_quickstart] -->

forms/notifications/authorizationEmail.html

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- [START forms_notifications_quickstart] -->
12
<p>The Google Forms add-on <i>Form Notifications</i> is set to run automatically
23
whenever a form is submitted. The add-on was recently updated and it needs you
34
to re-authorize it to run on your behalf.</p>
@@ -17,3 +18,4 @@
1718
<p style="font-size:80%">This automatic message was sent to you via the <i>Form
1819
Notifications</i> add-on for Google Forms.
1920
<?= notice ?></p>
21+
<!-- [END forms_notifications_quickstart] -->

forms/notifications/creatorNotification.html

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- [START forms_notifications_quickstart] -->
12
<p><i>Form Notifications</i> (a Google Forms add-on) has detected that the form
23
titled <a href="<?= formUrl?>"><b><?= title ?></b></a> has received
34
<?= responses ?> responses so far.</p>
@@ -18,3 +19,4 @@
1819
<p style="font-size:80%">This automatic message was sent to you via the <i>Form
1920
Notifications</i> add-on for Google Forms.
2021
<?= notice ?></p>
22+
<!-- [END forms_notifications_quickstart] -->

forms/notifications/respondentNotification.html

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- [START forms_notifications_quickstart] -->
12
<? for (var i = 0; i < paragraphs.length; i++) { ?>
23
<p><?= paragraphs[i] ?></p>
34
<? } ?>
@@ -7,3 +8,4 @@
78
<p style="font-size:80%">This automatic message was sent to you via the <i>Form
89
Notifications</i> add-on for Google Forms.
910
<?= notice ?></p>
11+
<!-- [END forms_notifications_quickstart] -->

forms/notifications/sidebar.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- [START forms_notifications_quickstart] -->
12
<!DOCTYPE html>
23
<html>
34
<head>
@@ -20,8 +21,8 @@
2021
.width-100 {
2122
width: 100%;
2223
box-sizing: border-box;
23-
-webkit-box-sizing : border-box;
24-
-moz-box-sizing : border-box;
24+
-webkit-box-sizing: border-box;
25+
-moz-box-sizing: border-box;
2526
}
2627
label {
2728
font-weight: bold;
@@ -256,3 +257,4 @@
256257
</script>
257258
</body>
258259
</html>
260+
<!-- [END forms_notifications_quickstart] -->

0 commit comments

Comments
 (0)