RT#18361: Delay package from billing until services are provisioned [text change]
authorJonathan Prykop <jonathan@freeside.biz>
Tue, 25 Aug 2015 00:28:54 +0000 (19:28 -0500)
committerJonathan Prykop <jonathan@freeside.biz>
Tue, 25 Aug 2015 00:28:54 +0000 (19:28 -0500)
httemplate/elements/template_image-dialog.html

index 5691d52..f7fb0c2 100644 (file)
@@ -94,7 +94,7 @@ url - to redirect to after upload, otherwise just refreshes dialog window
 
   <% include( '/elements/tr-select-agent.html',
                  'label'       => "<B>Agent</B>",
-                 'empty_label' => 'Select agent',
+                 'empty_label' => '(global)',
                  'agent_virt'  => 1,
                  'agent_null_right' => 'Edit global templates',
              )