X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ftemplate-functions.php;h=16cc8cbf6fb71492ac7b59a80000f683a15f9259;hb=e51f09bb54eaaf565ac1bae162bf363fc9553ff7;hp=6e2e4730660d0f0e803575ab0fc29e97f4435cb1;hpb=65f41ecaa6ec63e05d703a0bf91ee6caa8d52ff6;p=mailer.git diff --git a/inc/template-functions.php b/inc/template-functions.php index 6e2e473066..16cc8cbf6f 100644 --- a/inc/template-functions.php +++ b/inc/template-functions.php @@ -1821,5 +1821,16 @@ function doTemplateAdminMemberMailLinks ($template, $dummy, $mailId) { return generateAdminMailLinks('mid', $mailId); } +// Helper function to create a selection box for YES/NO configuration entries +function doTemplateConfigurationYesNoSelectionBox ($template, $dummy, $configEntry) { + // Generate the HTML code + $OUT = ''; + + // Return it + return $OUT; +} + // [EOF] ?>