style the 'use existing' button a wee bit
This commit is contained in:
parent
2d91aed183
commit
59dafb610d
@ -366,7 +366,7 @@ class Cover_photo extends \Zotlabs\Web\Controller {
|
|||||||
'$embedPhotosModalOK' => t('OK'),
|
'$embedPhotosModalOK' => t('OK'),
|
||||||
'$form_security_token' => get_form_security_token("cover_photo"),
|
'$form_security_token' => get_form_security_token("cover_photo"),
|
||||||
/// @FIXME - yuk
|
/// @FIXME - yuk
|
||||||
'$select' => t('or select an existing photo'),
|
'$select' => t('Select existing photo'),
|
||||||
|
|
||||||
));
|
));
|
||||||
|
|
||||||
|
@ -451,7 +451,7 @@ class Profile_photo extends \Zotlabs\Web\Controller {
|
|||||||
'$embedPhotosModalCancel' => t('Cancel'),
|
'$embedPhotosModalCancel' => t('Cancel'),
|
||||||
'$embedPhotosModalOK' => t('OK'),
|
'$embedPhotosModalOK' => t('OK'),
|
||||||
'$form_security_token' => get_form_security_token("profile_photo"),
|
'$form_security_token' => get_form_security_token("profile_photo"),
|
||||||
'$select' => t('or select an existing photo'),
|
'$select' => t('Select existing photo'),
|
||||||
));
|
));
|
||||||
|
|
||||||
call_hooks('profile_photo_content_end', $o);
|
call_hooks('profile_photo_content_end', $o);
|
||||||
|
@ -22,9 +22,8 @@
|
|||||||
</form>
|
</form>
|
||||||
<br />
|
<br />
|
||||||
<div id="profile-photo-link-select-wrapper">
|
<div id="profile-photo-link-select-wrapper">
|
||||||
{{$select}}
|
|
||||||
<button id="embed-photo-wrapper" class="btn btn-outline-secondary btn-sm" title="{{$embedPhotos}}" onclick="initializeEmbedPhotoDialog();return false;">
|
<button id="embed-photo-wrapper" class="btn btn-outline-secondary btn-sm" title="{{$embedPhotos}}" onclick="initializeEmbedPhotoDialog();return false;">
|
||||||
<i id="embed-photo" class="fa fa-file-image-o jot-icons"></i>
|
<i id="embed-photo" class="fa fa-file-image-o jot-icons"></i> {{$select}}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -45,9 +45,8 @@
|
|||||||
</form>
|
</form>
|
||||||
<br />
|
<br />
|
||||||
<div id="profile-photo-link-select-wrapper">
|
<div id="profile-photo-link-select-wrapper">
|
||||||
{{$select}}
|
|
||||||
<button id="embed-photo-wrapper" class="btn btn-outline-secondary btn-sm" title="{{$embedPhotos}}" onclick="initializeEmbedPhotoDialog();return false;">
|
<button id="embed-photo-wrapper" class="btn btn-outline-secondary btn-sm" title="{{$embedPhotos}}" onclick="initializeEmbedPhotoDialog();return false;">
|
||||||
<i id="embed-photo" class="fa fa-file-image-o jot-icons"></i>
|
<i id="embed-photo" class="fa fa-file-image-o jot-icons"></i> {{$select}}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user