mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-11-04 08:21:11 +00:00 
			
		
		
		
	[BRANDING] s/gitea/forgejo/ in HTML placeholders
Replaced Gitea branding with Forgejo for input placeholders Closes: #686 Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/752 (cherry picked from commit6160d37ca9) (cherry picked from commitdf61138c7e) (cherry picked from commit1f30566c3f) (cherry picked from commit539bb825f5) (cherry picked from commitbee0f66c86) (cherry picked from commit60ad005c95) (cherry picked from commit57508d45ad) (cherry picked from commitae5c79922a) (cherry picked from commit8ef1f0ae5c) (cherry picked from commitea274ed062) (cherry picked from commit94e51ee93a)
This commit is contained in:
		
					parent
					
						
							
								9989eb4515
							
						
					
				
			
			
				commit
				
					
						6dab139c12
					
				
			
		
					 4 changed files with 8 additions and 8 deletions
				
			
		| 
						 | 
					@ -129,11 +129,11 @@
 | 
				
			||||||
						</div>
 | 
											</div>
 | 
				
			||||||
						<div class="field">
 | 
											<div class="field">
 | 
				
			||||||
							<label>{{.locale.Tr "admin.auths.verify_group_membership"}}</label>
 | 
												<label>{{.locale.Tr "admin.auths.verify_group_membership"}}</label>
 | 
				
			||||||
							<input name="group_filter" value="{{$cfg.GroupFilter}}" placeholder="e.g. (|(cn=gitea_users)(cn=admins))">
 | 
												<input name="group_filter" value="{{$cfg.GroupFilter}}" placeholder="e.g. (|(cn=forgejo_users)(cn=admins))">
 | 
				
			||||||
						</div>
 | 
											</div>
 | 
				
			||||||
						<div class="field">
 | 
											<div class="field">
 | 
				
			||||||
							<label>{{.locale.Tr "admin.auths.map_group_to_team"}}</label>
 | 
												<label>{{.locale.Tr "admin.auths.map_group_to_team"}}</label>
 | 
				
			||||||
							<textarea name="group_team_map" rows="5" placeholder='e.g. {"cn=my-group,cn=groups,dc=example,dc=org": {"MyGiteaOrganization": ["MyGiteaTeam1", "MyGiteaTeam2"]}}'>{{$cfg.GroupTeamMap}}</textarea>
 | 
												<textarea name="group_team_map" rows="5" placeholder='e.g. {"cn=my-group,cn=groups,dc=example,dc=org": {"MyForgejoOrganization": ["MyForgejoTeam1", "MyForgejoTeam2"]}}'>{{$cfg.GroupTeamMap}}</textarea>
 | 
				
			||||||
						</div>
 | 
											</div>
 | 
				
			||||||
						<div class="ui checkbox">
 | 
											<div class="ui checkbox">
 | 
				
			||||||
							<label>{{.locale.Tr "admin.auths.map_group_to_team_removal"}}</label>
 | 
												<label>{{.locale.Tr "admin.auths.map_group_to_team_removal"}}</label>
 | 
				
			||||||
| 
						 | 
					@ -360,7 +360,7 @@
 | 
				
			||||||
					</div>
 | 
										</div>
 | 
				
			||||||
					<div class="field">
 | 
										<div class="field">
 | 
				
			||||||
						<label>{{.locale.Tr "admin.auths.oauth2_map_group_to_team"}}</label>
 | 
											<label>{{.locale.Tr "admin.auths.oauth2_map_group_to_team"}}</label>
 | 
				
			||||||
						<textarea name="oauth2_group_team_map" rows="5" placeholder='e.g. {"Developer": {"MyGiteaOrganization": ["MyGiteaTeam1", "MyGiteaTeam2"]}}'>{{$cfg.GroupTeamMap}}</textarea>
 | 
											<textarea name="oauth2_group_team_map" rows="5" placeholder='e.g. {"Developer": {"MyForgejoOrganization": ["MyForgejoTeam1", "MyForgejoTeam2"]}}'>{{$cfg.GroupTeamMap}}</textarea>
 | 
				
			||||||
					</div>
 | 
										</div>
 | 
				
			||||||
					<div class="ui checkbox">
 | 
										<div class="ui checkbox">
 | 
				
			||||||
						<label>{{.locale.Tr "admin.auths.oauth2_map_group_to_team_removal"}}</label>
 | 
											<label>{{.locale.Tr "admin.auths.oauth2_map_group_to_team_removal"}}</label>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -102,11 +102,11 @@
 | 
				
			||||||
		</div>
 | 
							</div>
 | 
				
			||||||
		<div class="field">
 | 
							<div class="field">
 | 
				
			||||||
			<label>{{.locale.Tr "admin.auths.verify_group_membership"}}</label>
 | 
								<label>{{.locale.Tr "admin.auths.verify_group_membership"}}</label>
 | 
				
			||||||
			<input name="group_filter" value="{{.group_filter}}" placeholder="e.g. (|(cn=gitea_users)(cn=admins))">
 | 
								<input name="group_filter" value="{{.group_filter}}" placeholder="e.g. (|(cn=forgejo_users)(cn=admins))">
 | 
				
			||||||
		</div>
 | 
							</div>
 | 
				
			||||||
		<div class="field">
 | 
							<div class="field">
 | 
				
			||||||
			<label>{{.locale.Tr "admin.auths.map_group_to_team"}}</label>
 | 
								<label>{{.locale.Tr "admin.auths.map_group_to_team"}}</label>
 | 
				
			||||||
			<textarea name="group_team_map" rows="5" placeholder='e.g. {"cn=my-group,cn=groups,dc=example,dc=org": {"MyGiteaOrganization": ["MyGiteaTeam1", "MyGiteaTeam2"]}}'>{{.group_team_map}}</textarea>
 | 
								<textarea name="group_team_map" rows="5" placeholder='e.g. {"cn=my-group,cn=groups,dc=example,dc=org": {"MyForgejoOrganization": ["MyForgejoTeam1", "MyForgejoTeam2"]}}'>{{.group_team_map}}</textarea>
 | 
				
			||||||
		</div>
 | 
							</div>
 | 
				
			||||||
		<div class="ui checkbox">
 | 
							<div class="ui checkbox">
 | 
				
			||||||
			<label>{{.locale.Tr "admin.auths.map_group_to_team_removal"}}</label>
 | 
								<label>{{.locale.Tr "admin.auths.map_group_to_team_removal"}}</label>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -100,7 +100,7 @@
 | 
				
			||||||
	</div>
 | 
						</div>
 | 
				
			||||||
	<div class="field">
 | 
						<div class="field">
 | 
				
			||||||
		<label>{{.locale.Tr "admin.auths.oauth2_map_group_to_team"}}</label>
 | 
							<label>{{.locale.Tr "admin.auths.oauth2_map_group_to_team"}}</label>
 | 
				
			||||||
		<textarea name="oauth2_group_team_map" rows="5" placeholder='e.g. {"Developer": {"MyGiteaOrganization": ["MyGiteaTeam1", "MyGiteaTeam2"]}}'>{{.oauth2_group_team_map}}</textarea>
 | 
							<textarea name="oauth2_group_team_map" rows="5" placeholder='e.g. {"Developer": {"MyForgejoOrganization": ["MyForgejoTeam1", "MyForgejoTeam2"]}}'>{{.oauth2_group_team_map}}</textarea>
 | 
				
			||||||
	</div>
 | 
						</div>
 | 
				
			||||||
	<div class="ui checkbox">
 | 
						<div class="ui checkbox">
 | 
				
			||||||
		<label>{{.locale.Tr "admin.auths.oauth2_map_group_to_team_removal"}}</label>
 | 
							<label>{{.locale.Tr "admin.auths.oauth2_map_group_to_team_removal"}}</label>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -124,7 +124,7 @@
 | 
				
			||||||
					</div>
 | 
										</div>
 | 
				
			||||||
					<div class="inline required field">
 | 
										<div class="inline required field">
 | 
				
			||||||
						<label for="domain">{{.locale.Tr "install.domain"}}</label>
 | 
											<label for="domain">{{.locale.Tr "install.domain"}}</label>
 | 
				
			||||||
						<input id="domain" name="domain" value="{{.domain}}" placeholder="e.g. try.gitea.io" required>
 | 
											<input id="domain" name="domain" value="{{.domain}}" placeholder="e.g. next.forgejo.org" required>
 | 
				
			||||||
						<span class="help">{{.locale.Tr "install.domain_helper"}}</span>
 | 
											<span class="help">{{.locale.Tr "install.domain_helper"}}</span>
 | 
				
			||||||
					</div>
 | 
										</div>
 | 
				
			||||||
					<div class="inline field">
 | 
										<div class="inline field">
 | 
				
			||||||
| 
						 | 
					@ -139,7 +139,7 @@
 | 
				
			||||||
					</div>
 | 
										</div>
 | 
				
			||||||
					<div class="inline required field">
 | 
										<div class="inline required field">
 | 
				
			||||||
						<label for="app_url">{{.locale.Tr "install.app_url"}}</label>
 | 
											<label for="app_url">{{.locale.Tr "install.app_url"}}</label>
 | 
				
			||||||
						<input id="app_url" name="app_url" value="{{.app_url}}" placeholder="e.g. https://try.gitea.io" required>
 | 
											<input id="app_url" name="app_url" value="{{.app_url}}" placeholder="e.g. https://next.forgejo.org" required>
 | 
				
			||||||
						<span class="help">{{.locale.Tr "install.app_url_helper"}}</span>
 | 
											<span class="help">{{.locale.Tr "install.app_url_helper"}}</span>
 | 
				
			||||||
					</div>
 | 
										</div>
 | 
				
			||||||
					<div class="inline required field">
 | 
										<div class="inline required field">
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue