Skip to content
Snippets Groups Projects

Fix typo

Merged Jeff Sturek requested to merge JSTUREK8/unl_lockup_factory:fix into master
1 file
+ 10
10
Compare changes
  • Side-by-side
  • Inline
+ 10
10
<?php $infoIconSVG = \UNL\Templates\Icons::get(\UNL\Templates\Icons::ICON_INFO, '{"title": "Info Tooltip", "size": 6}'); ?>
<?php $infoIconSVG = \UNL\Templates\Icons::get(\UNL\Templates\Icons::ICON_INFO, '{"title": "Info Tooltip", "size": 6}'); ?>
<div class="dcf-bleed dcf-pt-8 dcf-pb-8">
<div class="dcf-bleed dcf-pt-8 dcf-pb-8">
<div class="dcf-wrapper">
<div class="dcf-wrapper">
<h3 class="page-title">Create New Lockup</h3>
<h3 class="page-title">Create New Lockup</h3>
<form class="dcf-form" id="create-lockup" method="POST" action="">
<form class="dcf-form" id="create-lockup" method="POST" action="">
@@ -166,7 +166,7 @@
@@ -166,7 +166,7 @@
</div>
</div>
<div class="dcf-grid-full dcf-grid-halves@sm dcf-col-gap-vw">
<div class="dcf-grid-full dcf-grid-halves@sm dcf-col-gap-vw">
<div>
<div>
<label class="center>
<label class="center">
<input type="radio" name="type" value="acronym_social" id="type-acronym-social" <?php if ($context->lockup->style == 'acronym_social') echo 'checked="checked"'; ?>>
<input type="radio" name="type" value="acronym_social" id="type-acronym-social" <?php if ($context->lockup->style == 'acronym_social') echo 'checked="checked"'; ?>>
<img class="horiz" src="<?php echo $context->baseURL; ?>images/acronym_social_vert_example.png" role="presentation">
<img class="horiz" src="<?php echo $context->baseURL; ?>images/acronym_social_vert_example.png" role="presentation">
<img class="vert" style="display: none;" src="<?php echo $context->baseURL; ?>images/acronym_social_vert_example.png" role="presentation">
<img class="vert" style="display: none;" src="<?php echo $context->baseURL; ?>images/acronym_social_vert_example.png" role="presentation">
@@ -199,7 +199,7 @@
@@ -199,7 +199,7 @@
<div id="organization-second-line-field" style="display: none;">
<div id="organization-second-line-field" style="display: none;">
<label for="organization-second-line">Organization Second Line</label>
<label for="organization-second-line">Organization Second Line</label>
<div class="tooltip italic hang-right">
<div class="tooltip italic hang-right">
<?php echo $infoIconSVG; ?>
<?php echo $infoIconSVG; ?>
<div>
<div>
31 characters max
31 characters max
</div>
</div>
@@ -209,7 +209,7 @@
@@ -209,7 +209,7 @@
<div id="subject-field" style="display: none;">
<div id="subject-field" style="display: none;">
<label for="subject">Subject</label>
<label for="subject">Subject</label>
<div class="tooltip italic hang-right">
<div class="tooltip italic hang-right">
<?php echo $infoIconSVG; ?>
<?php echo $infoIconSVG; ?>
<div>
<div>
40 characters max
40 characters max
</div>
</div>
@@ -220,7 +220,7 @@
@@ -220,7 +220,7 @@
<div id="subject-second-line-field" style="display: none;">
<div id="subject-second-line-field" style="display: none;">
<label for="subject-second-line">Subject Second Line</label>
<label for="subject-second-line">Subject Second Line</label>
<div class="tooltip italic hang-right">
<div class="tooltip italic hang-right">
<?php echo $infoIconSVG; ?>
<?php echo $infoIconSVG; ?>
<div>
<div>
40 characters max
40 characters max
</div>
</div>
@@ -231,7 +231,7 @@
@@ -231,7 +231,7 @@
<div id="acronym-field" style="display: none;">
<div id="acronym-field" style="display: none;">
<label for="acronym">Acronym</label>
<label for="acronym">Acronym</label>
<div class="tooltip italic hang-right">
<div class="tooltip italic hang-right">
<?php echo $infoIconSVG; ?>
<?php echo $infoIconSVG; ?>
<div>
<div>
10 characters max
10 characters max
</div>
</div>
@@ -242,7 +242,7 @@
@@ -242,7 +242,7 @@
<div id="acronym-second-line-field" style="display: none;">
<div id="acronym-second-line-field" style="display: none;">
<label for="acronym-second-line">Acronym Second Line</label>
<label for="acronym-second-line">Acronym Second Line</label>
<div class="tooltip italic hang-right">
<div class="tooltip italic hang-right">
<?php echo $infoIconSVG; ?>
<?php echo $infoIconSVG; ?>
<div>
<div>
10 characters max
10 characters max
</div>
</div>
@@ -253,7 +253,7 @@
@@ -253,7 +253,7 @@
<div id="acronym-subject-field" style="display: none;">
<div id="acronym-subject-field" style="display: none;">
<label for="acronym-subject">Subject Acronym</label>
<label for="acronym-subject">Subject Acronym</label>
<div class="tooltip italic hang-right">
<div class="tooltip italic hang-right">
<?php echo $infoIconSVG; ?>
<?php echo $infoIconSVG; ?>
<div>
<div>
15 characters max
15 characters max
</div>
</div>
@@ -264,7 +264,7 @@
@@ -264,7 +264,7 @@
<div id="extension-county-field" style="display: none;">
<div id="extension-county-field" style="display: none;">
<label for="extension-county">Extension County</label>
<label for="extension-county">Extension County</label>
<div class="tooltip italic hang-right">
<div class="tooltip italic hang-right">
<?php echo $infoIconSVG; ?>
<?php echo $infoIconSVG; ?>
<div>
<div>
40 characters max
40 characters max
</div>
</div>
@@ -317,7 +317,7 @@
@@ -317,7 +317,7 @@
<a class="dcf-btn dcf-btn-primary" href="https://shib.unl.edu/idp/profile/cas/login?service=<?php echo "http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"; ?>">Login</a>
<a class="dcf-btn dcf-btn-primary" href="https://shib.unl.edu/idp/profile/cas/login?service=<?php echo "http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"; ?>">Login</a>
<?php endif; ?>
<?php endif; ?>
</form>
</form>
</div>
</div>
</div>
</div>
<?php
<?php
Loading